Path correction

This commit is contained in:
valentin 2020-04-06 18:58:33 +02:00
parent d1f3068c04
commit 14e6bcce9a

View File

@ -2,7 +2,7 @@
result=[]
i=0
j=0
for filename in /home/ubuntu/storage/malware/*.exe; do
for filename in /home/ubuntu/storage/legitimate/*.exe; do
echo "$filename"
result="$(python3.6 /home/ubuntu/bigData/projet_big_data/06_extract_features_and_predict.py $filename)"
python3.6 /home/ubuntu/bigData/projet_big_data/06_extract_features_and_predict.py "$filename"