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