diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/sge.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sge.sh b/examples/sge.sh index ebfb65b..63e263a 100755 --- a/examples/sge.sh +++ b/examples/sge.sh @@ -1,5 +1,5 @@ #!/bin/bash -export JMNAME='TOP' +export JMNAME='SGE' export JTYPE='listgraph' function trigger { qstat -u '*' | tail -n +3 | head -n 10 | $CLIENT --alter "$JID" |