===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
triplea-1.9.0.0.7062/docs/dev/troubleshooting.md-6-  - In a second console, "`kill -3`" the process id of the running game. As a one line that would be:
triplea-1.9.0.0.7062/docs/dev/troubleshooting.md:7:     - `ps -ef | grep java | grep GameRunner | awk '{print $2}' | xargs kill -3`
triplea-1.9.0.0.7062/docs/dev/troubleshooting.md-8-  - Go back to the first console, a lot of new text should have shown up. Kill the game (ctrl+c), the file: "`output.txt`" will have the debug data we want.
##############################################
triplea-1.9.0.0.7062/gradlew-13-while [ -h "$PRG" ] ; do
triplea-1.9.0.0.7062/gradlew:14:    ls=`ls -ld "$PRG"`
triplea-1.9.0.0.7062/gradlew:15:    link=`expr "$ls" : '.*-> \(.*\)$'`
triplea-1.9.0.0.7062/gradlew-16-    if expr "$link" : '/.*' > /dev/null; then
##############################################
triplea-1.9.0.0.7062/gradlew-18-    else
triplea-1.9.0.0.7062/gradlew:19:        PRG=`dirname "$PRG"`"/$link"
triplea-1.9.0.0.7062/gradlew-20-    fi
##############################################
triplea-1.9.0.0.7062/gradlew-22-SAVED="`pwd`"
triplea-1.9.0.0.7062/gradlew:23:cd "`dirname \"$PRG\"`/" >/dev/null
triplea-1.9.0.0.7062/gradlew-24-APP_HOME="`pwd -P`"
##############################################
triplea-1.9.0.0.7062/gradlew-27-APP_NAME="Gradle"
triplea-1.9.0.0.7062/gradlew:28:APP_BASE_NAME=`basename "$0"`
triplea-1.9.0.0.7062/gradlew-29-
##############################################
triplea-1.9.0.0.7062/gradlew-113-if $cygwin ; then
triplea-1.9.0.0.7062/gradlew:114:    APP_HOME=`cygpath --path --mixed "$APP_HOME"`
triplea-1.9.0.0.7062/gradlew:115:    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
triplea-1.9.0.0.7062/gradlew:116:    JAVACMD=`cygpath --unix "$JAVACMD"`
triplea-1.9.0.0.7062/gradlew-117-
##############################################
triplea-1.9.0.0.7062/gradlew-132-    for arg in "$@" ; do
triplea-1.9.0.0.7062/gradlew:133:        CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
triplea-1.9.0.0.7062/gradlew:134:        CHECK2=`echo "$arg"|egrep -c "^-"`                                 ### Determine if an option
triplea-1.9.0.0.7062/gradlew-135-
triplea-1.9.0.0.7062/gradlew-136-        if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition
triplea-1.9.0.0.7062/gradlew:137:            eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
triplea-1.9.0.0.7062/gradlew-138-        else
triplea-1.9.0.0.7062/gradlew:139:            eval `echo args$i`="\"$arg\""
triplea-1.9.0.0.7062/gradlew-140-        fi
##############################################
triplea-1.9.0.0.7062/build.install4j-836-                      <void property="checkboxText">
triplea-1.9.0.0.7062/build.install4j:837:                        <string>${i18n:RunEntryExec("${compiler:sys.fullName}")}</string>
triplea-1.9.0.0.7062/build.install4j-838-                      </void>