shithub: riscv

ref: 0efcfcc60ca6d1d99bdea89efc6c1ffcc5df3d3d
dir: /acme/mail/mkbox/

View raw version
#!/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
}