shithub: riscv

ref: 59ba35a327d9b5a2f08bc877cb18bf6c6f942b8c
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
}