===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lastpass-cli-1.3.3/contrib/examples/git-credential-lastpass-48-
lastpass-cli-1.3.3/contrib/examples/git-credential-lastpass:49:	user=`lpass show --username ${params["host"]}`
lastpass-cli-1.3.3/contrib/examples/git-credential-lastpass:50:	pass=`lpass show --password ${params["host"]}`
lastpass-cli-1.3.3/contrib/examples/git-credential-lastpass-51-
##############################################
lastpass-cli-1.3.3/contrib/lpass_bash_completion-91-
lastpass-cli-1.3.3/contrib/lpass_bash_completion:92:    for i in `seq 2 $COMP_CWORD`; do
lastpass-cli-1.3.3/contrib/lpass_bash_completion-93-        if [[ ${COMP_WORDS[COMP_CWORD]} != "-*" ]]; then
##############################################
lastpass-cli-1.3.3/edit.c-531-		if (system(editcmd) < 0)
lastpass-cli-1.3.3/edit.c:532:			die_unlink_errno("system($VISUAL)", tmppath, tmpdir);
lastpass-cli-1.3.3/edit.c-533-
##############################################
lastpass-cli-1.3.3/test/include.sh-4-{
lastpass-cli-1.3.3/test/include.sh:5:	cd `dirname $0`
lastpass-cli-1.3.3/test/include.sh-6-	. assert.sh
##############################################
lastpass-cli-1.3.3/util.c-432-	/* prevent GCC / LLVM from optimizing out memset */
lastpass-cli-1.3.3/util.c:433:	asm volatile("" : : "r"(ptr) : "memory");
lastpass-cli-1.3.3/util.c-434-}