===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xwiimote-2/tools/xwiibind.sh-85-if test "x$BIN_TESTDEV" = "x" ; then
xwiimote-2/tools/xwiibind.sh:86:	BIN_TESTDEV=`which "${PREFIX}test-device" 2>/dev/null`
xwiimote-2/tools/xwiibind.sh-87-	ERR=$(($ERR + $?))
##############################################
xwiimote-2/tools/xwiibind.sh-90-if test "x$BIN_SIMPLEA" = "x" ; then
xwiimote-2/tools/xwiibind.sh:91:	BIN_SIMPLEA=`which "${PREFIX}simple-agent" 2>/dev/null`
xwiimote-2/tools/xwiibind.sh-92-	ERR=$(($ERR + $?))
##############################################
xwiimote-2/tools/xwiibind.sh-95-if test "x$BIN_TESTINP" = "x" ; then
xwiimote-2/tools/xwiibind.sh:96:	BIN_TESTINP=`which "${PREFIX}test-input" 2>/dev/null`
xwiimote-2/tools/xwiibind.sh-97-	ERR=$(($ERR + $?))