aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/mail/mkbox
blob: e3639aed44f42a24dbd2ca3d635078a66719434d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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
}