From 078b7185707c0611d8c5ab0998920d07f673cad2 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Wed, 3 May 2017 06:27:26 +0200 Subject: [PATCH] initial version of thunderbird wrapper --- thunderbird_wrapper.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 thunderbird_wrapper.sh diff --git a/thunderbird_wrapper.sh b/thunderbird_wrapper.sh new file mode 100755 index 0000000..72d3b1e --- /dev/null +++ b/thunderbird_wrapper.sh @@ -0,0 +1,5 @@ +#!/bin/bash +MESSAGE=`cat $1` +SUBJECT=`head -n 1 $1` +/opt/local/bin/python2.7 /Users/rommelfs/Scripts/mail_to_misp/mail_to_misp.py "$MESSAGE" "$SUBJECT" +