Skip to content

Commit 6ff4cdb

Browse files
committedMar 24, 2018
moving bash script in main folder
1 parent 4658749 commit 6ff4cdb

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
 

‎script.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
for filename in ./data/InToHyLo/*; do
2+
3+
echo "\n\n====================================================="
4+
echo "$filename"
5+
#cat $ilename
6+
echo "\n"
7+
./moloss.native "$filename" #--get-simplify
8+
#./moloss.native "$filename" -S #--get-simplify
9+
done

‎scripts/script.sh

-5
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.