===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
acmetool-0.2.1/Makefile-86-	$(call QI,INSTALL,$(BINARIES))for x in $(BINARIES); do \
acmetool-0.2.1/Makefile:87:		install -Dp $(GOBIN)/`basename "$$x"` $(DESTDIR)$(PREFIX)/bin; \
acmetool-0.2.1/Makefile-88-	done
##############################################
acmetool-0.2.1/_doc/contrib/dns.hook-38-  fi
acmetool-0.2.1/_doc/contrib/dns.hook:39:  local ans="`dig +noall +answer SOA "${name}."`"
acmetool-0.2.1/_doc/contrib/dns.hook:40:  if [ "`echo "$ans" | grep SOA | wc -l`" == "1" -a "`echo "$ans" | grep CNAME | wc -l`" == "0" ]; then
acmetool-0.2.1/_doc/contrib/dns.hook-41-    APEX="$name"
##############################################
acmetool-0.2.1/_doc/guide/index.adoc-298-using commands specific to the distro. The correct command is detected
acmetool-0.2.1/_doc/guide/index.adoc:299:automatically; `service $SERVICE reload`, `systemctl reload $SERVICE`,
acmetool-0.2.1/_doc/guide/index.adoc:300:and `/etc/init.d/$SERVICE reload` are supported.
acmetool-0.2.1/_doc/guide/index.adoc-301-
##############################################
acmetool-0.2.1/responder/http.go-253-
acmetool-0.2.1/responder/http.go:254:		ta, err := net.ResolveTCPAddr("tcp", s)
acmetool-0.2.1/responder/http.go-255-		if err != nil {