8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
for (( ; ; ))
|
|
do
|
|
python test_en.py
|
|
if [[ $? -eq 139 ]]; then
|
|
break
|
|
fi
|
|
done
|