ref: 1211f12e03cb1af1ea3ec5f3ae0159d393a3d9e8 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 }