plan9port/bin/9.rc
2005-01-14 05:28:38 +00:00

7 lines
125 B
Bash
Executable file

#!/usr/local/plan9/bin/rc
PLAN9=/usr/local/plan9
if(! ~ $path(1) $PLAN9/bin)
path=($PLAN9/bin $path)
! ~ $#* 0 && exec $*