===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lua-nginx-redis-connector-0.06/Makefile-120-	-@[[ -f "$(prefix)$(REDIS_PID)" ]] && kill -QUIT \
lua-nginx-redis-connector-0.06/Makefile:121:	`cat $(prefix)$(REDIS_PID)` 2>&1 > /dev/null || true
lua-nginx-redis-connector-0.06/Makefile-122-
##############################################
lua-nginx-redis-connector-0.06/util/lua-releng-37-    if (!$found_ver) {
lua-nginx-redis-connector-0.06/util/lua-releng:38:        warn "WARNING: No \"_VERSION\" or \"version\" field found in `$file`.\n";
lua-nginx-redis-connector-0.06/util/lua-releng-39-    }
##############################################
lua-nginx-redis-connector-0.06/util/lua-releng-42-    #print "Checking use of Lua global variables in file $file ...\n";
lua-nginx-redis-connector-0.06/util/lua-releng:43:    system("luac5.1 -p -l $file | grep ETGLOBAL | grep -vE '(require|type|tostring|error|ngx|ndk|jit|setmetatable|getmetatable|string|table|io|os|print|tonumber|math|pcall|xpcall|unpack|pairs|ipairs|assert|module|package|coroutine|[gs]etfenv|next|select|rawset|rawget|debug)\$'");
lua-nginx-redis-connector-0.06/util/lua-releng-44-    #file_contains($file, "attempt to write to undeclared variable");
lua-nginx-redis-connector-0.06/util/lua-releng:45:    system("grep -H -n -E --color '.{120}' $file");
lua-nginx-redis-connector-0.06/util/lua-releng-46-}
##############################################
lua-nginx-redis-connector-0.06/util/lua-releng-59-    for my $file (map glob, qw{ t/*.t t/*/*.t t/*/*/*.t }) {
lua-nginx-redis-connector-0.06/util/lua-releng:60:        system(qq{grep -H -n --color -E '\\--- ?(ONLY|LAST)' $file});
lua-nginx-redis-connector-0.06/util/lua-releng-61-    }