===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
guncat-1.02.01/icmake/remove-20-
guncat-1.02.01/icmake/remove:21:for line in `cat $1`
guncat-1.02.01/icmake/remove-22-do
guncat-1.02.01/icmake/remove:23:    field1=`echo $line | awk '{printf $1}'`
guncat-1.02.01/icmake/remove:24:    field2=`echo $line | awk '{printf $2}'`
guncat-1.02.01/icmake/remove-25-
##############################################
guncat-1.02.01/icmake/remove-30-    elif [ -e "$field2" ] ; then
guncat-1.02.01/icmake/remove:31:        if [ "$field1" != "`md5sum $field2 | awk '{printf $1}'`" ] ; then
guncat-1.02.01/icmake/remove-32-            echo $field2 changed, not removed