plan9fox/acme/mail/mkbox
2011-04-14 17:27:24 +00:00

12 lines
133 B
Bash
Executable file

#!/bin/rc
for(i){
if(! test -e $i){
if(cp /dev/null $i){
chmod 600 $i
chmod +al $i
}
}
if not echo $i already exists
}