===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cream-0.43/INSTALL.sh-32-		# 2. by Jacob Lerner
cream-0.43/INSTALL.sh:33:		VRT=`vim -e -T dumb --cmd 'exe "set t_cm=\<C-M>"|echo $VIMRUNTIME|quit' | tr -d '\015' `
cream-0.43/INSTALL.sh-34-	fi
##############################################
cream-0.43/INSTALL.sh-74-# set $HERE (from where we're copying)
cream-0.43/INSTALL.sh:75:HERE=`dirname $0`
cream-0.43/INSTALL.sh-76-
##############################################
cream-0.43/cream-lib.vim-524-	if a:0 > 0
cream-0.43/cream-lib.vim:525:		let file = Cream_path_fullsystem($CREAM . 'docs-html/' . a:1)
cream-0.43/cream-lib.vim-526-	endif
##############################################
cream-0.43/cream-lib.vim-535-		endif
cream-0.43/cream-lib.vim:536:		let file = Cream_path_fullsystem($CREAM . 'docs-html/keyboardshortcuts.html')
cream-0.43/cream-lib.vim-537-	endif
##############################################
cream-0.43/addons/cream-typingtutor.vim-537-"""    if has("unix")
cream-0.43/addons/cream-typingtutor.vim:538:"""        let rnd = system("echo $RANDOM")
cream-0.43/addons/cream-typingtutor.vim-539-"""        let rnd = matchstr(rnd, '\d\+')