git: 9front

ref: a7f1bb9a9e1720b22d1fbed16e7527fa2cd0d82c
dir: /acme/mail/mkbox/

View raw version
#!/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
}