rasta/rasta_exp/cluster_worker/grunt.sh
Jean-Marie Mineau cd1e91bb99
first commit
2023-11-16 14:30:24 +01:00

12 lines
196 B
Bash
Executable file

#!/bin/bash
while /bin/true
do
python3 grunt-worker.py --no-mark-done --overwrite --singularity --image-basedir ~/sif
if [[ z"$?" == z111 ]]
then
break
fi
sleep 10
done