===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
zgen-0~20150919/README.md-31-    zgen load <repo> [location] [branch]
zgen-0~20150919/README.md:32:Similar to `antigen bundle`. It tries to source any scripts from `location`. If none found, it adds `location` to `$fpath`.
zgen-0~20150919/README.md-33-
##############################################
zgen-0~20150919/zgen.zsh-242-       for file in ${ZGEN_RESET_ON_CHANGE}; do
zgen-0~20150919/zgen.zsh:243:          CHANGESHA=`shasum -a 256 ${file}`
zgen-0~20150919/zgen.zsh:244:          echo "if [[ \"\`shasum -a 256 ${file}\`\" != \"$CHANGESHA\" ]]; then" >> "${ZGEN_INIT}"
zgen-0~20150919/zgen.zsh-245-          echo "   echo Changed file ${file}, resetting zgen" >> "${ZGEN_INIT}"