plan9port/bin/9.rc

8 lines
142 B
Bash
Executable file

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