ref: 78808ca314949f40d9f6aa7abd4aa0e3f6e4b88d 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 }