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