===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
4ti2-1.6.9+ds/doc/Makefile.am-103-	for p in $(PROGRAMS_WITH_HELP); do					\
4ti2-1.6.9+ds/doc/Makefile.am:104:	  "$$p" --help > $(srcdir)/`basename $$p`-help.txt;	\
4ti2-1.6.9+ds/doc/Makefile.am-105-	done
##############################################
4ti2-1.6.9+ds/doc/Makefile.am-114-	    "$$p" --help && echo "</pre>" )			\
4ti2-1.6.9+ds/doc/Makefile.am:115:	    > $(srcdir)/html/`basename $$p`.html;		\
4ti2-1.6.9+ds/doc/Makefile.am-116-	done
##############################################
4ti2-1.6.9+ds/src/zsolve/graver.template-4-# should be in the same directory as this script.
4ti2-1.6.9+ds/src/zsolve/graver.template:5:SCRIPT=`which "$0"`
4ti2-1.6.9+ds/src/zsolve/graver.template:6:SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/src/zsolve/graver.template-7-EXECUTABLE=zsolve
##############################################
4ti2-1.6.9+ds/src/zsolve/hilbert.template-4-# should be in the same directory as this script.
4ti2-1.6.9+ds/src/zsolve/hilbert.template:5:SCRIPT=`which "$0"`
4ti2-1.6.9+ds/src/zsolve/hilbert.template:6:SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/src/zsolve/hilbert.template-7-EXECUTABLE=zsolve
##############################################
4ti2-1.6.9+ds/test/check.template.in-29-# The directory where the input data and the results reside.
4ti2-1.6.9+ds/test/check.template.in:30:SRCDIR=`cd "$1" && pwd`
4ti2-1.6.9+ds/test/check.template.in-31-shift 1
##############################################
4ti2-1.6.9+ds/test/check.template.in-50-
4ti2-1.6.9+ds/test/check.template.in:51:FILES=`cd "$SRCDIR" && ls -1 *.chk | sed 's/\.[a-z]*\.chk//g' | sort -u`
4ti2-1.6.9+ds/test/check.template.in-52-echo "CHECKING: " $FILES
##############################################
4ti2-1.6.9+ds/test/check.template.in-58-for file in $FILES; do
4ti2-1.6.9+ds/test/check.template.in:59:    CHECK_FILES=`cd "$SRCDIR" && ls -1 ${file}.*.chk | egrep "^${file}.[a-z]*.chk" | sed s/\.chk//g`
4ti2-1.6.9+ds/test/check.template.in-60-    if test ! -r "${SRCDIR}"/${file}.exit.chk ; then
##############################################
4ti2-1.6.9+ds/test/check.template.in-67-    cd ${CHECKDIR}
4ti2-1.6.9+ds/test/check.template.in:68:    INPUT_FILES=`cd "$SRCDIR" && ls -1 ${file}* | egrep -v "[.]chk$" `
4ti2-1.6.9+ds/test/check.template.in-69-    #echo $INPUT_FILES
##############################################
4ti2-1.6.9+ds/test/check.template.in-76-    if test x$CHECK_VERBOSE == x ; then 
4ti2-1.6.9+ds/test/check.template.in:77:	TIME=`$CHECK_ENV "$EXECPATH"/$COMMAND | awk '/^4ti2 Total Time/ { print $4, $5 }'`
4ti2-1.6.9+ds/test/check.template.in-78-    else
##############################################
4ti2-1.6.9+ds/test/ppi/check-ppi.in-43-    rm -f $CHECK_FILES
4ti2-1.6.9+ds/test/ppi/check-ppi.in:44:    COMMAND="$@ `echo $file | sed 's/ppi//'` "
4ti2-1.6.9+ds/test/ppi/check-ppi.in-45-    echo -n "$COMMAND ..."
4ti2-1.6.9+ds/test/ppi/check-ppi.in-46-    
4ti2-1.6.9+ds/test/ppi/check-ppi.in:47:    TIME=`"$EXECPATH"/$COMMAND 2>&1 | grep "Elapsed time" | tail -1 | awk '/^Elapsed time:/ { print $3, $4 }'`
4ti2-1.6.9+ds/test/ppi/check-ppi.in-48-    sort < $file.gra > $file.gra.srt
##############################################
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch-35- # We locate where this script is so we can call the executables.
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch:36:-SCRIPT=`which "$0"`
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch:37:-SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch:38:-FUNCTION=`basename "$SCRIPT"`
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch-39-+SCRIPT=${0}
##############################################
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch-433- # should be in the same directory as this script.
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch:434:-SCRIPT=`which "$0"`
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch:435:-SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch-436--EXECUTABLE=zsolve
##############################################
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch-448- # should be in the same directory as this script.
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch:449:-SCRIPT=`which "$0"`
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch:450:-SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/debian/patches/debianization-prefix.patch-451--EXECUTABLE=zsolve
##############################################
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch-128- # We locate where this script is so we can call the executables.
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch:129: SCRIPT=`which "$0"`
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch:130:-DIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch:131:+SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch:132: FUNCTION=`basename "$SCRIPT"`
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch-133- 
##############################################
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch-158-+# should be in the same directory as this script.
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch:159:+SCRIPT=`which "$0"`
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch:160:+SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch-161-+EXECUTABLE=zsolve
##############################################
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch-185-+# should be in the same directory as this script.
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch:186:+SCRIPT=`which "$0"`
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch:187:+SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/debian/patches/upstream-autotoolization-private_shared_scheme.patch-188-+EXECUTABLE=zsolve
##############################################
4ti2-1.6.9+ds/.pc/upstream-autotoolization-private_shared_scheme.patch/src/groebner/script.template.in-23-# We locate where this script is so we can call the executables.
4ti2-1.6.9+ds/.pc/upstream-autotoolization-private_shared_scheme.patch/src/groebner/script.template.in:24:SCRIPT=`which "$0"`
4ti2-1.6.9+ds/.pc/upstream-autotoolization-private_shared_scheme.patch/src/groebner/script.template.in:25:DIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/.pc/upstream-autotoolization-private_shared_scheme.patch/src/groebner/script.template.in:26:FUNCTION=`basename "$SCRIPT"`
4ti2-1.6.9+ds/.pc/upstream-autotoolization-private_shared_scheme.patch/src/groebner/script.template.in-27-
##############################################
4ti2-1.6.9+ds/.pc/debianization.patch/src/groebner/script.template.in-26-# We locate where this script is so we can call the executables.
4ti2-1.6.9+ds/.pc/debianization.patch/src/groebner/script.template.in:27:SCRIPT=`which "$0"`
4ti2-1.6.9+ds/.pc/debianization.patch/src/groebner/script.template.in:28:SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/.pc/debianization.patch/src/groebner/script.template.in:29:FUNCTION=`basename "$SCRIPT"`
4ti2-1.6.9+ds/.pc/debianization.patch/src/groebner/script.template.in-30-
##############################################
4ti2-1.6.9+ds/.pc/debianization.patch/src/zsolve/graver.template.in-7-# should be in the same directory as this script.
4ti2-1.6.9+ds/.pc/debianization.patch/src/zsolve/graver.template.in:8:SCRIPT=`which "$0"`
4ti2-1.6.9+ds/.pc/debianization.patch/src/zsolve/graver.template.in:9:SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/.pc/debianization.patch/src/zsolve/graver.template.in-10-EXECUTABLE=zsolve
##############################################
4ti2-1.6.9+ds/.pc/debianization.patch/src/zsolve/hilbert.template.in-7-# should be in the same directory as this script.
4ti2-1.6.9+ds/.pc/debianization.patch/src/zsolve/hilbert.template.in:8:SCRIPT=`which "$0"`
4ti2-1.6.9+ds/.pc/debianization.patch/src/zsolve/hilbert.template.in:9:SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/.pc/debianization.patch/src/zsolve/hilbert.template.in-10-EXECUTABLE=zsolve
##############################################
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/groebner/script.template.in-26-# We locate where this script is so we can call the executables.
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/groebner/script.template.in:27:SCRIPT=`which "$0"`
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/groebner/script.template.in:28:SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/groebner/script.template.in:29:FUNCTION=`basename "$SCRIPT"`
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/groebner/script.template.in-30-
##############################################
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/zsolve/graver.template.in-7-# should be in the same directory as this script.
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/zsolve/graver.template.in:8:SCRIPT=`which "$0"`
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/zsolve/graver.template.in:9:SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/zsolve/graver.template.in-10-EXECUTABLE=zsolve
##############################################
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/zsolve/hilbert.template.in-7-# should be in the same directory as this script.
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/zsolve/hilbert.template.in:8:SCRIPT=`which "$0"`
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/zsolve/hilbert.template.in:9:SCRIPTDIR=`dirname "$SCRIPT"`
4ti2-1.6.9+ds/.pc/debianization-prefix.patch/src/zsolve/hilbert.template.in-10-EXECUTABLE=zsolve
##############################################
4ti2-1.6.9+ds/.pc/debianization-documentation.patch/doc/Makefile.am-77-	for p in $(PROGRAMS_WITH_HELP); do					\
4ti2-1.6.9+ds/.pc/debianization-documentation.patch/doc/Makefile.am:78:	  "$$p" --help > $(srcdir)/`basename $$p`-help.txt;	\
4ti2-1.6.9+ds/.pc/debianization-documentation.patch/doc/Makefile.am-79-	done
##############################################
4ti2-1.6.9+ds/.pc/debianization-documentation.patch/doc/Makefile.am-88-	    "$$p" --help && echo "</pre>" )			\
4ti2-1.6.9+ds/.pc/debianization-documentation.patch/doc/Makefile.am:89:	    > $(srcdir)/html/`basename $$p`.html;		\
4ti2-1.6.9+ds/.pc/debianization-documentation.patch/doc/Makefile.am-90-	done