mirror of https://github.com/MISP/mail_to_misp
initial version of thunderbird wrapper
parent
a976a4bffe
commit
078b718570
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue