Files
lammps/examples/pace/multi-elem/loop.sh
2022-09-28 13:08:56 -06:00

8 lines
98 B
Bash
Executable File

for (( ; ; ))
do
python test_en.py
if [[ $? -eq 139 ]]; then
break
fi
done