ref: 8d271549cdc06d7c1cbc8496261be118e90f5e24 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 }