===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
taskd-1.1.0+dfsg/test/run_all.in-38-    COUNT=0
taskd-1.1.0+dfsg/test/run_all.in:39:    TOTAL=`ls ${TESTBLOB} | wc -l`
taskd-1.1.0+dfsg/test/run_all.in:40:    START=`$VRAMSTEG --now`
taskd-1.1.0+dfsg/test/run_all.in-41-  fi
##############################################
taskd-1.1.0+dfsg/test/run_all.in-57-      $VRAMSTEG --label 'All tests' --min 0 --max $TOTAL --current $COUNT --percentage --start $START --estimate
taskd-1.1.0+dfsg/test/run_all.in:58:      COUNT=`expr $COUNT + 1`
taskd-1.1.0+dfsg/test/run_all.in-59-    fi
##############################################
taskd-1.1.0+dfsg/test/run_all.in-68-  ENDEPOCH=`perl -e 'print time'`
taskd-1.1.0+dfsg/test/run_all.in:69:  RUNTIME=`expr $ENDEPOCH - $STARTEPOCH`
taskd-1.1.0+dfsg/test/run_all.in-70-
##############################################
taskd-1.1.0+dfsg/src/taskdctl-46-  if [ -f "$PIDFILE" ] ; then
taskd-1.1.0+dfsg/src/taskdctl:47:    PID=`cat $PIDFILE`
taskd-1.1.0+dfsg/src/taskdctl-48-    if [ "x$PID" != "x" ] && kill -0 $PID 2>/dev/null ; then