Blob


1 #!/bin/rc
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 }