tmkbox - 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
---
tmkbox (133B)
---
1 #!/bin/rc
2
3 for(i){
4 if(! test -f $i){
5 if(cp /dev/null $i){
6 chmod 600 $i
7 chmod +al $i
8 }
9 }
10 if not echo $i already exists
11 }