plan9port/bin/9
2005-01-11 20:58:13 +00:00

10 lines
122 B
Bash
Executable file

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