diff options
author | Determinant <[email protected]> | 2014-12-29 11:16:37 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2014-12-29 11:16:37 +0800 |
commit | f4961716cd8f10c4af12e22b6a90ee66b2cdcd85 (patch) | |
tree | a6a9c41e41204c06975a5e17869ca23792a7d052 /examples | |
parent | 4c7c9dcdfd05a2d9648756c0da5c68588929ba5d (diff) |
correct a typo in sge.sh
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" |