===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gup-0.5.15/scripts/gupdate-54-  touch ${update_stamp}.new	# prevent anything sneaking in
gup-0.5.15/scripts/gupdate:55:  haltered=`find default/global.header -follow -newer $update_stamp`
gup-0.5.15/scripts/gupdate-56-  altered=`find sites/ -type f -name groups -newer $update_stamp -print |
##############################################
gup-0.5.15/scripts/gupdate-144-
gup-0.5.15/scripts/gupdate:145:  if [ `echo $altered | wc -w | awk '{print $1}'` -le $reload_thresh ]; then
gup-0.5.15/scripts/gupdate-146-    for site in $altered; do