ref: 1b4b4e89aa0459eeef2b5a1caea7923c45a244bb 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 }