expert-system/unit.sh

7 lines
98 B
Bash

for file in test/*
do
python3 parse.py $file
echo "\n\n\033[32mPress ENTER\033[0m\n"
read
done