all repos — acme @ 232d3e06f6262c5c6e2aa015bfa0b6cae3047555

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
}