===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
hexedit-1.5/install-sh-85-
hexedit-1.5/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
hexedit-1.5/install-sh-87-	    shift
##############################################
hexedit-1.5/install-sh-89-
hexedit-1.5/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
hexedit-1.5/install-sh-91-	    shift
##############################################
hexedit-1.5/install-sh-150-	then
hexedit-1.5/install-sh:151:		dst="$dst"/`basename $src`
hexedit-1.5/install-sh-152-	else
##############################################
hexedit-1.5/install-sh-157-## this sed command emulates the dirname command
hexedit-1.5/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
hexedit-1.5/install-sh-159-
##############################################
hexedit-1.5/install-sh-171-IFS='%'
hexedit-1.5/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
hexedit-1.5/install-sh-173-IFS="${oIFS}"
##############################################
hexedit-1.5/install-sh-205-	then
hexedit-1.5/install-sh:206:		dstfile=`basename $dst`
hexedit-1.5/install-sh-207-	else
##############################################
hexedit-1.5/install-sh-215-	then
hexedit-1.5/install-sh:216:		dstfile=`basename $dst`
hexedit-1.5/install-sh-217-	else