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