===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tumgreyspf-1.36/debian/cron.daily-3-if [ -f /etc/tumgreyspf/default.conf ] ; then
tumgreyspf-1.36/debian/cron.daily:4:	GREYLISTEXPIREDAYS=`grep GREYLISTEXPIREDAYS /etc/tumgreyspf/default.conf | cut -d'=' -f2 | awk '{print $1}' | cut -d'.' -f1`
tumgreyspf-1.36/debian/cron.daily-5-fi
##############################################
tumgreyspf-1.36/debian/cron.daily-25-for i in ${greylistDir}/* ; do
tumgreyspf-1.36/debian/cron.daily:26:#	echo -n " "`basename ${i}`
tumgreyspf-1.36/debian/cron.daily-27-#	if [ "${i}" = "${greylistDir}/lost+found" ] ; then