diff options
Diffstat (limited to 'mac/9term.app/Contents/MacOS/9term')
-rwxr-xr-x | mac/9term.app/Contents/MacOS/9term | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mac/9term.app/Contents/MacOS/9term b/mac/9term.app/Contents/MacOS/9term new file mode 100755 index 00000000..ef6692c3 --- /dev/null +++ b/mac/9term.app/Contents/MacOS/9term @@ -0,0 +1,5 @@ +#!/bin/bash +cd $HOME +. ~/.bashrc +PLAN9=${PLAN9:-/usr/local/plan9} +$PLAN9/bin/9term -W600x800 & |