all repos — acme @ 5220bc236bab8cda94171f65526976c1b3d24c78

fork of acme with my colors

mail/mkbox (view raw)

 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
}