shithub: riscv

ref: 254031cf7020f1b185c6d0af89c653a271e0ed01
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
}