git: 9front

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