From 4c7c9dcdfd05a2d9648756c0da5c68588929ba5d Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 29 Dec 2014 00:34:16 +0800 Subject: restructured the project --- count.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 count.sh (limited to 'count.sh') 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 -- cgit v1.2.3