shithub: riscv

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