===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
iroffer-1.4.b03/iroffer.cron-22-# make sure filesystem isn't full
iroffer-1.4.b03/iroffer.cron:23:freespace=`df -k . | tail -1 | awk {'print $4'}`
iroffer-1.4.b03/iroffer.cron-24-if [ $freespace -lt 10 ]; then
##############################################
iroffer-1.4.b03/iroffer.cron-30-if [ -f $iroffer_pid ]; then
iroffer-1.4.b03/iroffer.cron:31:   pid=`cat $iroffer_pid`
iroffer-1.4.b03/iroffer.cron:32:   if [ `ps -p $pid | wc -l` -eq 2 ]; then
iroffer-1.4.b03/iroffer.cron-33-   exit
##############################################
iroffer-1.4.b03/dynip.sh-36-    echo rehashing iroffer
iroffer-1.4.b03/dynip.sh:37:    kill -USR2 `cat ${PIDFILE}`
iroffer-1.4.b03/dynip.sh-38-  else
##############################################
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-10-
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:11:if [ -d BitKeeper -a -f "`type bk 2>/dev/null | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-12- CSET=`bk prs -h -d':UTC:\n' -r+ ChangeSet`
##############################################
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-87-  ver=`uname -r | cut -d '(' -f 1`
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:88:  ver_A=`echo $ver | cut -d '.' -f 1`
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:89:  ver_B=`echo $ver | cut -d '.' -f 2`
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:90:  ver_C=`echo $ver | cut -d '.' -f 3`
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-91-  
##############################################
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-152-echo -n "Checking for make... "
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:153:if [ -f "`type make | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-154- maketype="make"
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:155: if [ -x "`type $maketype | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-156-  echo "found $maketype"
##############################################
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-160- fi
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:161:elif [ -f "`type gmake | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-162- maketype="gmake"
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:163: if [ -x "`type $maketype | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-164-  echo "found $maketype"
##############################################
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-175-echo -n "Checking for gcc/cc... "
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:176:if [ -f "`type gcc | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-177- cctype="gcc"
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:178: if [ -x "`type $cctype | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-179-  echo "found $cctype"
##############################################
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-183- fi
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:184:elif [ -f "`type cc | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-185- cctype="cc"
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure:186: if [ -x "`type $cctype | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/.pc/01_avoid_direct_changes.patch/Configure-187-  echo "found $cctype"
##############################################
iroffer-1.4.b03/Configure-10-
iroffer-1.4.b03/Configure:11:if [ -d BitKeeper -a -f "`type bk 2>/dev/null | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/Configure-12- CSET=`bk prs -h -d':UTC:\n' -r+ ChangeSet`
##############################################
iroffer-1.4.b03/Configure-90-  ver=`uname -r | cut -d '(' -f 1`
iroffer-1.4.b03/Configure:91:  ver_A=`echo $ver | cut -d '.' -f 1`
iroffer-1.4.b03/Configure:92:  ver_B=`echo $ver | cut -d '.' -f 2`
iroffer-1.4.b03/Configure:93:  ver_C=`echo $ver | cut -d '.' -f 3`
iroffer-1.4.b03/Configure-94-  
##############################################
iroffer-1.4.b03/Configure-155-echo -n "Checking for make... "
iroffer-1.4.b03/Configure:156:if [ -f "`type make | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/Configure-157- maketype="make"
iroffer-1.4.b03/Configure:158: if [ -x "`type $maketype | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/Configure-159-  echo "found $maketype"
##############################################
iroffer-1.4.b03/Configure-163- fi
iroffer-1.4.b03/Configure:164:elif [ -f "`type gmake | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/Configure-165- maketype="gmake"
iroffer-1.4.b03/Configure:166: if [ -x "`type $maketype | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/Configure-167-  echo "found $maketype"
##############################################
iroffer-1.4.b03/Configure-178-echo -n "Checking for gcc/cc... "
iroffer-1.4.b03/Configure:179:if [ -f "`type gcc | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/Configure-180- cctype="gcc"
iroffer-1.4.b03/Configure:181: if [ -x "`type $cctype | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/Configure-182-  echo "found $cctype"
##############################################
iroffer-1.4.b03/Configure-186- fi
iroffer-1.4.b03/Configure:187:elif [ -f "`type cc | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/Configure-188- cctype="cc"
iroffer-1.4.b03/Configure:189: if [ -x "`type $cctype | awk '{print $NF}'`" ]; then
iroffer-1.4.b03/Configure-190-  echo "found $cctype"