===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
jaxe-3.5/scripts/jaxe.sh-17-  PRG="$0"
jaxe-3.5/scripts/jaxe.sh:18:  progname=`basename "$0"`
jaxe-3.5/scripts/jaxe.sh-19-
jaxe-3.5/scripts/jaxe.sh-20-  while [ -h "$PRG" ] ; do
jaxe-3.5/scripts/jaxe.sh:21:    ls=`ls -ld "$PRG"`
jaxe-3.5/scripts/jaxe.sh:22:    link=`expr "$ls" : '.*-> \(.*\)$'`
jaxe-3.5/scripts/jaxe.sh-23-    if expr "$link" : '/.*' > /dev/null; then
##############################################
jaxe-3.5/scripts/jaxe.sh-25-    else
jaxe-3.5/scripts/jaxe.sh:26:    PRG=`dirname "$PRG"`"/$link"
jaxe-3.5/scripts/jaxe.sh-27-    fi
##############################################
jaxe-3.5/scripts/jaxe.sh-29-
jaxe-3.5/scripts/jaxe.sh:30:  JAXE_HOME=`dirname "$PRG"`
jaxe-3.5/scripts/jaxe.sh-31-
jaxe-3.5/scripts/jaxe.sh-32-  # chemin absolu
jaxe-3.5/scripts/jaxe.sh:33:  JAXE_HOME=`cd "$JAXE_HOME" && pwd`
jaxe-3.5/scripts/jaxe.sh-34-fi