shithub: riscv

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