===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sbrsh-7.6.1/Makefile-18-source-tarball:
sbrsh-7.6.1/Makefile:19:	@(VERSION=`$(GIT) describe --tags | sed s/^v//` && \
sbrsh-7.6.1/Makefile-20-	TMP=$$(mktemp -d tmp.XXXXXX) && \
##############################################
sbrsh-7.6.1/sbrshd.init-41-    if [ -f $PIDFILE ]; then
sbrsh-7.6.1/sbrshd.init:42:        PID=`cat $PIDFILE`
sbrsh-7.6.1/sbrshd.init-43-
##############################################
sbrsh-7.6.1/sbrshd.init-86-        if [ -f $PIDFILE ]; then
sbrsh-7.6.1/sbrshd.init:87:            PID=`cat $PIDFILE`
sbrsh-7.6.1/sbrshd.init-88-
##############################################
sbrsh-7.6.1/sbrshd.init-126-
sbrsh-7.6.1/sbrshd.init:127:        PID=`$ARGS`
sbrsh-7.6.1/sbrshd.init-128-