shithub: riscv

ref: cdc2c30e99f2fb3d65dfbc8ef73efd433a3f1966
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
}