plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkbox (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 }