diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-02-17 12:58:15 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-02-17 12:58:15 +0100 |
commit | 08a719a01cf73b6c9cd897cd51d5dcfecb81b582 (patch) | |
tree | 17841a424f4a4261624254b988b84e1190898634 /compose-mail-from-stdin | |
parent | be183912d60e155c031506cf097774591307fc6c (diff) | |
download | bin-08a719a01cf73b6c9cd897cd51d5dcfecb81b582.tar.gz bin-08a719a01cf73b6c9cd897cd51d5dcfecb81b582.tar.xz |
Add some new tools
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'compose-mail-from-stdin')
-rwxr-xr-x | compose-mail-from-stdin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compose-mail-from-stdin b/compose-mail-from-stdin new file mode 100755 index 0000000..a8637f6 --- /dev/null +++ b/compose-mail-from-stdin @@ -0,0 +1,4 @@ +#!/bin/bash + +cat | claws-mail --compose-from-file - & +disown |