diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-01-01 13:46:46 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-01-01 13:46:46 +0800 |
commit | eae3e6d3674c5973c21628eb88ed1c4772505310 (patch) | |
tree | 7dd709626fe886bd52f02be01ab45eba44a92e40 /bin/mail/mbox.sh | |
parent | 7d42771549529185c05861760bca7398c9693a73 (diff) |
scripts for ~/.forward
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 | ||