===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
horst-5.1/horst.sh-2-
horst-5.1/horst.sh:3:cd `dirname $0`
horst-5.1/horst.sh-4-
##############################################
horst-5.1/horst.sh-23-	# find the phy for device $1
horst-5.1/horst.sh:24:	PHY=`iw dev | awk "/phy#[0-9]+/ {phy=\\$1} /Interface/ {if (\\$2 == \"$1\") {sub(\"#\", \"\", phy); print phy; exit}}"`
horst-5.1/horst.sh-25-	if [ -n "$PHY" ] ; then