This commit is contained in:
rsc 2005-01-07 23:26:14 +00:00
parent 266f8e128c
commit 5eead98e71

10
bin/9 Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
export PLAN9=/usr/local/plan9
export PATH=$PLAN9/bin:$PATH
case $# in
[1-9]*)
exec "$@"
;;
esac