t9.rc - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
t9.rc (140B)
---
1 #!/usr/local/plan9/bin/rc
2
3 if(~ $#PLAN9 0)
4 PLAN9=/usr/local/plan9
5 if(! ~ $path(1) $PLAN9/bin)
6 path=($PLAN9/bin $path)
7
8 ~ $#* 0 || exec $*