acme9k/mail/mkbox

12 lines
133 B
Text
Raw Permalink Normal View History

2019-11-14 23:15:48 +00:00
#!/bin/rc
for(i){
if(! test -f $i){
if(cp /dev/null $i){
chmod 600 $i
chmod +al $i
}
}
if not echo $i already exists
}