shithub: riscv

ref: 6d96b35fadcb7d2f4fee5cc03f2155a6aaa472da
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
}