shithub: riscv

ref: 8f2d9a139fa48e964e46be4bc8b7b451a0a721c9
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
}