shithub: riscv

ref: 3ab80c9fe0fe4cfe91c0b6004db986f2e72bf5e6
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
}