===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
btest-0.62/CHANGES-687-        to the BTest's base directory. Environment variables in ``<file>``
btest-0.62/CHANGES:688:        will be replaced if enclosed in ``${..}``. This command can be
btest-0.62/CHANGES-689-        given multiple times. (Robin Sommer)
##############################################
btest-0.62/README-420-    ``@TEST-`` prefix with a custom string. For example, with
btest-0.62/README:421:    ``CommandPrefix=$TEST-``, the ``@TEST-EXEC`` command becomes
btest-0.62/README:422:    ``$TEST-EXEC``.
btest-0.62/README-423-
##############################################
btest-0.62/README-529-output).  In the simplest case, the filter could be a no-op in the
btest-0.62/README:530:form ``cp $1 $2``.
btest-0.62/README-531-
##############################################
btest-0.62/README-676-    to the BTest's base directory. Environment variables in ``<file>``
btest-0.62/README:677:    will be replaced if enclosed in ``${..}``. This command can be
btest-0.62/README-678-    given multiple times.
##############################################
btest-0.62/README-1119-changes. As one further extension, the directive expands environment
btest-0.62/README:1120:variables of the form ``${var}`` in its argument.  Example::
btest-0.62/README-1121-
##############################################
btest-0.62/btest-bg-run-9-if [ "$#" -le 1 ]; then
btest-0.62/btest-bg-run:10:    echo "usage: `basename $0` <tag> <cmdline>"
btest-0.62/btest-bg-run-11-    exit 1
##############################################
btest-0.62/btest-bg-run-14-cwd=`pwd`
btest-0.62/btest-bg-run:15:cd `dirname $0`
btest-0.62/btest-bg-run-16-helper=`pwd`/btest-bg-run-helper
##############################################
btest-0.62/btest-bg-run-19-
btest-0.62/btest-bg-run:20:bname=`basename $0`
btest-0.62/btest-bg-run-21-dir=$1
##############################################
btest-0.62/btest-bg-wait-23-if [ $# != 1 ]; then
btest-0.62/btest-bg-wait:24:    echo "usage: `basename $0` [-k] <timeout>"
btest-0.62/btest-bg-wait-25-    exit 1
##############################################
btest-0.62/btest-bg-wait-50-        if [ ! -e $p/.exitcode ]; then
btest-0.62/btest-bg-wait:51:            kill -1 `cat $p/.pid` 2>/dev/null
btest-0.62/btest-bg-wait-52-            cat $p/.cmdline >>.timeout
##############################################
btest-0.62/btest-bg-wait-62-        if [ ! -e $p/.exitcode ]; then
btest-0.62/btest-bg-wait:63:            kill -9 `cat $p/.pid` 2>/dev/null
btest-0.62/btest-bg-wait-64-            sleep 1
##############################################
btest-0.62/btest-bg-wait-83-    for p in $procs; do
btest-0.62/btest-bg-wait:84:        pid=`cat $p/.pid`
btest-0.62/btest-bg-wait:85:        cmdline=`cat $p/.cmdline`
btest-0.62/btest-bg-wait-86-
##############################################
btest-0.62/btest-bg-wait-105-
btest-0.62/btest-bg-wait:106:    timeout=`expr $timeout - 1`
btest-0.62/btest-bg-wait-107-
##############################################
btest-0.62/btest-bg-wait-138-    fi
btest-0.62/btest-bg-wait:139:    rc=`cat $p/.exitcode`
btest-0.62/btest-bg-wait:140:    pid=`cat $p/.pid`
btest-0.62/btest-bg-wait:141:    cmdline=`cat $p/.cmdline`
btest-0.62/btest-bg-wait-142-
##############################################
btest-0.62/btest-diff-32-input=$1
btest-0.62/btest-diff:33:canon=`echo $input | sed 's#/#.#g'`
btest-0.62/btest-diff-34-shift
##############################################
btest-0.62/btest-diff-58-else
btest-0.62/btest-diff:59:    if [ `wc -l $input | awk '{print $1}'` -le $MAX_LINES ]; then
btest-0.62/btest-diff-60-        cat $input >>$TEST_DIAGNOSTICS
##############################################
btest-0.62/sphinx/btest-diff-rst-11-
btest-0.62/sphinx/btest-diff-rst:12:for output in `find btest-${TEST_NAME}*`; do
btest-0.62/sphinx/btest-diff-rst-13-    echo `pwd`/$output
##############################################
btest-0.62/sphinx/btest-rst-cmd-10-    echo
btest-0.62/sphinx/btest-rst-cmd:11:    echo "`basename $0` [options] <command line>"
btest-0.62/sphinx/btest-rst-cmd-12-    echo
##############################################
btest-0.62/sphinx/btest-rst-cmd-50-
btest-0.62/sphinx/btest-rst-cmd:51:stdout=`mktemp -t $(basename $0).XXXXXX`
btest-0.62/sphinx/btest-rst-cmd:52:cmd_out=`mktemp -t $(basename $0).XXXXXX`
btest-0.62/sphinx/btest-rst-cmd:53:filter_out=`mktemp -t $(basename $0).XXXXXX`
btest-0.62/sphinx/btest-rst-cmd-54-tmps="$tmps $stdout $cmd_out $filter_out"
##############################################
btest-0.62/sphinx/btest-rst-cmd-111-for i in $include; do
btest-0.62/sphinx/btest-rst-cmd:112:    echo "    `basename $i`" >>$filter_out
btest-0.62/sphinx/btest-rst-cmd-113-    echo "" >>$filter_out
##############################################
btest-0.62/sphinx/btest-rst-cmd-119-        cat $filter_out | head -n $lines >>$stdout
btest-0.62/sphinx/btest-rst-cmd:120:        if [ `wc -l <$filter_out` -gt $lines ]; then
btest-0.62/sphinx/btest-rst-cmd-121-            echo '      [...]' >>$stdout
##############################################
btest-0.62/sphinx/btest-rst-include-2-
btest-0.62/sphinx/btest-rst-include:3:base=`dirname $0`
btest-0.62/sphinx/btest-rst-include-4-
##############################################
btest-0.62/sphinx/btest-rst-include-7-{
btest-0.62/sphinx/btest-rst-include:8:    echo "usage: `basename $0` [-n <max-lines>] <file>"
btest-0.62/sphinx/btest-rst-include-9-    exit 1
##############################################
btest-0.62/sphinx/btest-rst-pipe-2-
btest-0.62/sphinx/btest-rst-pipe:3:base=`dirname $0`
btest-0.62/sphinx/btest-rst-pipe-4-
btest-0.62/sphinx/btest-rst-pipe-5-if [ "$#" = 0 ]; then
btest-0.62/sphinx/btest-rst-pipe:6:    echo "usage: `basename $0` <cmdline>"
btest-0.62/sphinx/btest-rst-pipe-7-    exit 1
##############################################
btest-0.62/testing/Scripts/strip-test-base-3-
btest-0.62/testing/Scripts/strip-test-base:4:dir=`dirname $0`
btest-0.62/testing/Scripts/strip-test-base:5:testbase=`cd $dir/.. && pwd`
btest-0.62/testing/Scripts/strip-test-base-6-sed "s#${testbase}#<...>#g"
##############################################
btest-0.62/testing/tests/ports.test-2-# %TEST-EXEC: btest -t %INPUT
btest-0.62/testing/tests/ports.test:3:# %TEST-EXEC: test 3 -eq `wc -l .tmp/ports/output | awk '{print $1}'`
btest-0.62/testing/tests/ports.test-4-