===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ssdeep-2.14.1+git20180629.57fcfff/test-against-old.sh-4-FAIL=0
ssdeep-2.14.1+git20180629.57fcfff/test-against-old.sh:5:for file in `find /usr/bin /usr/include /usr/local/bin /bin $HOME/Documents`
ssdeep-2.14.1+git20180629.57fcfff/test-against-old.sh-6-  do
ssdeep-2.14.1+git20180629.57fcfff/test-against-old.sh:7:    TEST1=`./ssdeep-2.9  $file 2>/dev/null | md5deep`
ssdeep-2.14.1+git20180629.57fcfff/test-against-old.sh:8:    TEST2=`./ssdeep      $file 2>/dev/null | md5deep`
ssdeep-2.14.1+git20180629.57fcfff/test-against-old.sh-9-    if [ $TEST1 != $TEST2 ]; then