aboutsummaryrefslogtreecommitdiff
path: root/count.sh
diff options
context:
space:
mode:
Diffstat (limited to 'count.sh')
-rwxr-xr-xcount.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/count.sh b/count.sh
deleted file mode 100755
index 3db505f..0000000
--- a/count.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-export JMNAME='COUNTER'
-export JTYPE='linegraph'
-i=1
-function trigger {
- $CLIENT --add "$JID" "$i"
- let i=i+10000
-}
-export -f trigger
-./monitor_daemon.sh