aboutsummaryrefslogtreecommitdiff
path: root/count.sh
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2014-12-29 00:34:16 +0800
committerDeterminant <ted.sybil@gmail.com>2014-12-29 00:34:16 +0800
commit4c7c9dcdfd05a2d9648756c0da5c68588929ba5d (patch)
tree2c1681ad60e1469b4dda7a2ab6a0d03637dbde1e /count.sh
parent5dc3a3b043a990fc58a4ead74c2c5c92e910727d (diff)
restructured the project
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