shithub: riscv

ref: 647a1da10867b87f90e7f917d7c33ba69ed2a705
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
}