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