===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
wiggle-1.1/p-283-	[ -d $dir ] || mkdir $dir || exit 1
wiggle-1.1/p:284:	largest=`ls $dir | sed -n -e 's/^\([0-9][0-9][0-9]\).*/\1/p' | sort -n | tail -1`
wiggle-1.1/p-285-	if [ "0$largest" -eq 999 ]
##############################################
wiggle-1.1/p-287-	fi
wiggle-1.1/p:288:	new=`expr "0$largest" + 1001`
wiggle-1.1/p-289-	new=${new#1}
##############################################
wiggle-1.1/p-296-	n=${2-1}
wiggle-1.1/p:297:	file=`lsdiff $1 | head -$n | tail -1`
wiggle-1.1/p-298-	orig=$file
##############################################
wiggle-1.1/p-304-	do
wiggle-1.1/p:305:	    file=`expr "$file" : '[^/]*/\(.*\)'`
wiggle-1.1/p:306:	    prefix=`expr $prefix + 1`
wiggle-1.1/p-307-	done
##############################################
wiggle-1.1/p-381-	    */* ) pfile=$1;;
wiggle-1.1/p:382:	    * ) pfile=`echo .patches/[ra][ep][mp]*/*$1*`
wiggle-1.1/p-383-	esac
##############################################
wiggle-1.1/p-524-        else
wiggle-1.1/p:525:	    pfile=`echo .patches/applied/*$1*`
wiggle-1.1/p-526-	fi
##############################################
wiggle-1.1/p-567-	    */* ) echo >&2 "Only local patches can have been included"; exit 1 ;;
wiggle-1.1/p:568:	    *) pfile=`echo .patches/removed/*$1*`
wiggle-1.1/p-569-	esac
##############################################
wiggle-1.1/p-624-	    */* ) echo >&2 "Only local patches can have been included"; exit 1 ;;
wiggle-1.1/p:625:	    *) pfile=`echo .patches/removed/*$1*`
wiggle-1.1/p-626-	esac
##############################################
wiggle-1.1/p-740-	    */* ) pfile=$1 ;;
wiggle-1.1/p:741:	    * ) pfile=`echo .patches/removed/*$1*`
wiggle-1.1/p-742-	esac
##############################################
wiggle-1.1/p-842-	    */* ) pfile=$1 ;;
wiggle-1.1/p:843:	    * ) pfile=`echo .patches/removed/*$1*`
wiggle-1.1/p-844-	esac
##############################################
wiggle-1.1/p-869-	    */* ) pfile=$1 ;;
wiggle-1.1/p:870:	    * ) pfile=`echo .patches/applied/*$1*`
wiggle-1.1/p-871-	esac
##############################################
wiggle-1.1/p-999-
wiggle-1.1/p:1000:	messid="<`date +'%Y%m%d%H%M%S'`.$$.patches@`uname -n`>"
wiggle-1.1/p-1001-	cnt=0
##############################################
wiggle-1.1/p-1083-	      fi
wiggle-1.1/p:1084:	      head=`sed -e '/^Status/d' -e '/^$/d' -e q $patch`
wiggle-1.1/p-1085-	      zerothis=$(expr $this + 1000)