Plan 9 from User Space's /usr/local/plan9/src/cmd/acme/mail/mkbox

#!/bin/rc

for(i){
	if(! test -f $i){
		if(cp /dev/null $i){
			chmod 600 $i
			chmod +al $i
		}
	}
	if not echo $i already exists
}

Space Glenda

Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See license for details.