Add mail (John Cummings)

This commit is contained in:
rsc 2005-10-29 16:21:34 +00:00
parent a078ffc8ab
commit 9f1fdc1287
11 changed files with 3588 additions and 0 deletions

11
src/cmd/acme/mail/mkbox Normal file
View file

@ -0,0 +1,11 @@
#!/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
}