===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bdfproxy-0.3.9/wpBDF.sh-36-
bdfproxy-0.3.9/wpBDF.sh:37:temppineapplegw=`netstat -nr | awk 'BEGIN {while ($3!="0.0.0.0") getline; print $2}'` #Usually correct by default
bdfproxy-0.3.9/wpBDF.sh-38-echo -n "Internet Gateway [$temppineapplegw]: "
##############################################
bdfproxy-0.3.9/wpBDF.sh-40-if [[ $pineapplegw == '' ]]; then 
bdfproxy-0.3.9/wpBDF.sh:41:pineapplegw=`netstat -nr | awk 'BEGIN {while ($3!="0.0.0.0") getline; print $2}'` #Usually correct by default
bdfproxy-0.3.9/wpBDF.sh-42-fi
##############################################
bdfproxy-0.3.9/debian/lib/gen_changelog.sh-22-if [ $num_tags -eq 1 ]; then
bdfproxy-0.3.9/debian/lib/gen_changelog.sh:23:  previous_tag=`git rev-list --parents HEAD | egrep "^[a-f0-9]{40}$"`
bdfproxy-0.3.9/debian/lib/gen_changelog.sh-24-else
bdfproxy-0.3.9/debian/lib/gen_changelog.sh:25:  previous_tag=`git tag|grep -E "^[0-9\.]+"|grep -B 1 "$current_tag"|head -1`
bdfproxy-0.3.9/debian/lib/gen_changelog.sh-26-fi