add examples
This commit is contained in:
7
examples/pace/multi-elem/loop.sh
Executable file
7
examples/pace/multi-elem/loop.sh
Executable file
@ -0,0 +1,7 @@
|
||||
for (( ; ; ))
|
||||
do
|
||||
python test_en.py
|
||||
if [[ $? -eq 139 ]]; then
|
||||
break
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user