Files
lammps/examples/pace/multi-elem/loop.sh
2022-10-28 14:17:24 -06:00

8 lines
98 B
Bash
Executable File

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