re-run watcher if there are more running jobs
[gnt-info] / gnt-running.sh
1 #!/bin/sh -xe
2 while true ; do
3 gnt-job list --no-headers --running | tee /dev/stderr | awk '{ print $1 }' | xargs gnt-job watch
4 done