ref: 87d7a3c8750ca4f61c2cae5269b3eda04cce7e6c dir: /acme/mail/mkbox/
#!/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 }