ref: 37e4ce0ea75ae0e9a71d773d7fc7f16fd3d64fe7 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 }