ref: 5c6357de8bda7c5fe0a7fa4ab31b365a9ae8e6fb 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 }