ref: 0b3fd7c05208b6de625bb0b4d1719b9fd22156ae 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 }