Add install script

pull/2/head
tatsu-i 2017-05-17 23:44:31 +09:00
parent 59a0ba7496
commit 8764843b35
1 changed files with 2 additions and 0 deletions

2
install.sh Executable file
View File

@ -0,0 +1,2 @@
for i in misp_email2event.py misp_email-subject2event.py misp_ip2event.py misp_hash2event.py ; do ln -s -f misp_domain2event.py $i; done
for i in misp_event2email.py misp_event2email-subject.py misp_event2hash.py misp_event2ip.py ; do ln -s -f misp_event2domain.py $i; done