diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-14 17:27:24 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-14 17:27:24 +0000 |
commit | a150899221a5badff9740703b754f901b4f52762 (patch) | |
tree | 3d6911874b0ee763e40490d04f56fc09d89ccfa6 /acme/mail/mkbox | |
parent | 71cfa9c637386ebe00fc6d1bf6215db6657559f4 (diff) | |
download | plan9front-a150899221a5badff9740703b754f901b4f52762.tar.xz |
fill /acme
Diffstat (limited to 'acme/mail/mkbox')
-rwxr-xr-x | acme/mail/mkbox | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/acme/mail/mkbox b/acme/mail/mkbox new file mode 100755 index 000000000..3e98afc7b --- /dev/null +++ b/acme/mail/mkbox @@ -0,0 +1,11 @@ +#!/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 +} |