===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gron-0.6.0/README.mkd-37-gron has no runtime dependencies. You can just [download a binary for Linux, Mac, Windows or FreeBSD and run it](https://github.com/tomnomnom/gron/releases).
gron-0.6.0/README.mkd:38:Put the binary in your `$PATH` (e.g. in `/usr/local/bin`) to make it easy to use:
gron-0.6.0/README.mkd-39-```
##############################################
gron-0.6.0/script/example-1-#!/bin/sh
gron-0.6.0/script/example:2:PROJDIR=$(cd `dirname $0`/.. && pwd)
gron-0.6.0/script/example-3-cd $PROJDIR
##############################################
gron-0.6.0/script/lint-1-#!/bin/sh
gron-0.6.0/script/lint:2:PROJDIR=$(cd `dirname $0`/.. && pwd)
gron-0.6.0/script/lint-3-cd ${PROJDIR}
##############################################
gron-0.6.0/script/precommit-2-set -e
gron-0.6.0/script/precommit:3:PROJDIR=$(cd `dirname $0`/.. && pwd)
gron-0.6.0/script/precommit-4-cd ${PROJDIR}
##############################################
gron-0.6.0/script/profile-2-set -e
gron-0.6.0/script/profile:3:PROJDIR=$(cd `dirname $0`/.. && pwd)
gron-0.6.0/script/profile-4-cd ${PROJDIR}
##############################################
gron-0.6.0/script/release-1-#!/bin/bash
gron-0.6.0/script/release:2:PROJDIR=$(cd `dirname $0`/.. && pwd)
gron-0.6.0/script/release-3-
##############################################
gron-0.6.0/script/test-1-#!/bin/sh
gron-0.6.0/script/test:2:PROJDIR=$(cd `dirname $0`/.. && pwd)
gron-0.6.0/script/test-3-cd ${PROJDIR}