plan9port/bin/9

11 lines
122 B
Text
Raw Normal View History

2005-01-07 23:26:14 +00:00
#!/bin/sh
2005-01-11 19:23:52 +00:00
export PLAN9=/Users/rsc/plan9
2005-01-07 23:26:14 +00:00
export PATH=$PLAN9/bin:$PATH
case $# in
[1-9]*)
exec "$@"
;;
esac