ref: 4bd9ed80c379d0f531a8fc8e8307dea36df0c8c0 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 }