summaryrefslogtreecommitdiffstats
path: root/compose-mail-from-stdin
diff options
context:
space:
mode:
Diffstat (limited to 'compose-mail-from-stdin')
-rwxr-xr-xcompose-mail-from-stdin4
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