ref: 6e5f4c890d749b67a3ccb301e2dfb80d04f14bcb 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 }