===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xclip-0.13/install-sh-85-
xclip-0.13/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xclip-0.13/install-sh-87-	    shift
##############################################
xclip-0.13/install-sh-89-
xclip-0.13/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xclip-0.13/install-sh-91-	    shift
##############################################
xclip-0.13/install-sh-151-	then
xclip-0.13/install-sh:152:		dst="$dst"/`basename $src`
xclip-0.13/install-sh-153-	else
##############################################
xclip-0.13/install-sh-158-## this sed command emulates the dirname command
xclip-0.13/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xclip-0.13/install-sh-160-
##############################################
xclip-0.13/install-sh-172-IFS='%'
xclip-0.13/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xclip-0.13/install-sh-174-IFS="${oIFS}"
##############################################
xclip-0.13/install-sh-206-	then
xclip-0.13/install-sh:207:		dstfile=`basename $dst`
xclip-0.13/install-sh-208-	else
##############################################
xclip-0.13/install-sh-216-	then
xclip-0.13/install-sh:217:		dstfile=`basename $dst`
xclip-0.13/install-sh-218-	else
##############################################
xclip-0.13/xclip-copyfile-14-    for file in "$@"; do
xclip-0.13/xclip-copyfile:15:        filedir=`dirname "${file}"`
xclip-0.13/xclip-copyfile:16:        filename=`basename "${file}"`
xclip-0.13/xclip-copyfile-17-        tar "${flags}" "${archive}" -C "${filedir}" "${filename}"
##############################################
xclip-0.13/xctest-48-	# append lines two at a time to input temp file
xclip-0.13/xctest:49:	while [ $linec -lt `expr $lines / 2` ]
xclip-0.13/xctest-50-	do