plan9port/src/cmd/acme/mail/mkbox

12 lines
133 B
Text
Raw Normal View History

2005-10-29 16:21:34 +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
}