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