all repos — acme @ 690197f35d10c46cf487c496e33f08228ffe0c32

fork of the acme editor from plan9port - keybinds, tweaks, config.h, etc

mail/mkbox (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
}