plan9port/mac/9term.app/Contents/MacOS/9term

5 lines
95 B
Bash
Executable file

#!/bin/bash
cd $HOME
. ~/.bashrc
PLAN9=${PLAN9:-/usr/local/plan9}
$PLAN9/bin/9term -W600x800 &