diff options
Diffstat (limited to 'bin/mail/mbox.sh')
-rwxr-xr-x | bin/mail/mbox.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/mail/mbox.sh b/bin/mail/mbox.sh new file mode 100755 index 0000000..e3c966b --- /dev/null +++ b/bin/mail/mbox.sh | |||
@@ -0,0 +1,8 @@ | |||
1 | #! /bin/sh | ||
2 | |||
3 | exec 1>>~/mbox | ||
4 | |||
5 | echo | ||
6 | echo From $SENDER | ||
7 | env | ||
8 | cat | ||