shithub: riscv

ref: 8003c8b1e2d5d6e2a22ca7e552b53e631db86df4
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
}