expert-system/unit.sh

7 lines
98 B
Bash
Raw Normal View History

2020-11-22 16:57:25 +00:00
for file in test/*
do
python3 parse.py $file
echo "\n\n\033[32mPress ENTER\033[0m\n"
read
done