Initial commit
This commit is contained in:
commit
d3c6e29902
202 changed files with 3909 additions and 0 deletions
6
sort-mails
Executable file
6
sort-mails
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -f "$1" ] || exit 1
|
||||
|
||||
echo "Sorting $1 .."
|
||||
cat "$1" | procmail && (echo removing "$1"; rm -f "$1")
|
||||
Loading…
Add table
Add a link
Reference in a new issue