mac: add 9term.app, Plumb.app
R=rsc http://codereview.appspot.com/2783041
This commit is contained in:
5
mac/9term.app/Contents/MacOS/9term
Executable file
5
mac/9term.app/Contents/MacOS/9term
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd $HOME
|
||||
. ~/.bashrc
|
||||
PLAN9=${PLAN9:-/usr/local/plan9}
|
||||
$PLAN9/bin/9term -W600x800 &
|
||||
Reference in New Issue
Block a user