diff options
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 |