Blob


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