ref: bfb64acc57c5d88b9d8de7f80edae9e66e0d0dea 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 }