===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libscout-2.3.2/gradlew-13-while [ -h "$PRG" ] ; do
libscout-2.3.2/gradlew:14:    ls=`ls -ld "$PRG"`
libscout-2.3.2/gradlew:15:    link=`expr "$ls" : '.*-> \(.*\)$'`
libscout-2.3.2/gradlew-16-    if expr "$link" : '/.*' > /dev/null; then
##############################################
libscout-2.3.2/gradlew-18-    else
libscout-2.3.2/gradlew:19:        PRG=`dirname "$PRG"`"/$link"
libscout-2.3.2/gradlew-20-    fi
##############################################
libscout-2.3.2/gradlew-22-SAVED="`pwd`"
libscout-2.3.2/gradlew:23:cd "`dirname \"$PRG\"`/" >/dev/null
libscout-2.3.2/gradlew-24-APP_HOME="`pwd -P`"
##############################################
libscout-2.3.2/gradlew-27-APP_NAME="Gradle"
libscout-2.3.2/gradlew:28:APP_BASE_NAME=`basename "$0"`
libscout-2.3.2/gradlew-29-
##############################################
libscout-2.3.2/gradlew-113-if $cygwin ; then
libscout-2.3.2/gradlew:114:    APP_HOME=`cygpath --path --mixed "$APP_HOME"`
libscout-2.3.2/gradlew:115:    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
libscout-2.3.2/gradlew:116:    JAVACMD=`cygpath --unix "$JAVACMD"`
libscout-2.3.2/gradlew-117-
##############################################
libscout-2.3.2/gradlew-132-    for arg in "$@" ; do
libscout-2.3.2/gradlew:133:        CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
libscout-2.3.2/gradlew:134:        CHECK2=`echo "$arg"|egrep -c "^-"`                                 ### Determine if an option
libscout-2.3.2/gradlew-135-
libscout-2.3.2/gradlew-136-        if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition
libscout-2.3.2/gradlew:137:            eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
libscout-2.3.2/gradlew-138-        else
libscout-2.3.2/gradlew:139:            eval `echo args$i`="\"$arg\""
libscout-2.3.2/gradlew-140-        fi
##############################################
libscout-2.3.2/scripts/library-profile-generator.sh-101-# run $JOBS instances in parallel
libscout-2.3.2/scripts/library-profile-generator.sh:102:echo "# `find $LIBDIR -type f -name $LIBXML| wc -l` library.xml files found in $LIBDIR"
libscout-2.3.2/scripts/library-profile-generator.sh-103-find $LIBDIR -type f -name $LIBXML |  parallel --no-notice --jobs $JOBS "echo \" - gen profile: {//}\" ; java -jar $LIBSCOUT -o profile -m -a $ANDROID_SDK $LOG_DIR -x {} {//}"
##############################################
libscout-2.3.2/scripts/library-profile-generator.sh-106-echo
libscout-2.3.2/scripts/library-profile-generator.sh:107:echo "# processing done in `seconds2Time $[ $ENDTIME - $STARTTIME ]`"
libscout-2.3.2/scripts/library-profile-generator.sh-108-cd $CUR_DIR  # restore old dir