diff options
author | Determinant <[email protected]> | 2014-12-29 00:34:16 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2014-12-29 00:34:16 +0800 |
commit | 4c7c9dcdfd05a2d9648756c0da5c68588929ba5d (patch) | |
tree | 2c1681ad60e1469b4dda7a2ab6a0d03637dbde1e /sge.sh | |
parent | 5dc3a3b043a990fc58a4ead74c2c5c92e910727d (diff) |
restructured the project
Diffstat (limited to 'sge.sh')
-rwxr-xr-x | sge.sh | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,8 +0,0 @@ -#!/bin/bash -export JMNAME='TOP' -export JTYPE='listgraph' -function trigger { - qstat -u '*' | tail -n +3 | head -n 10 | $CLIENT --alter "$JID" -} -export -f trigger -./monitor_daemon.sh |