===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tj3-3.7.1/lib/updateheader.sh-6-for f in $files; do
tj3-3.7.1/lib/updateheader.sh:7:  basename=`basename $f`
tj3-3.7.1/lib/updateheader.sh-8-  sed "s/\$FILE/$basename/g" header.tmpl > header
tj3-3.7.1/lib/updateheader.sh:9:  firstLine=`head -1 $f`
tj3-3.7.1/lib/updateheader.sh-10-  if test "$firstLine" == "#!/usr/bin/env ruby -w"; then