===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
csync2-2.0-25-gc0faaf9/cfgfile_parser.y-579-|	action_exec_list TK_STRING
csync2-2.0-25-gc0faaf9/cfgfile_parser.y:580:		{ add_action_exec($2); }
csync2-2.0-25-gc0faaf9/cfgfile_parser.y-581-;
##############################################
csync2-2.0-25-gc0faaf9/contrib/csync2id.pl-133-		{
csync2-2.0-25-gc0faaf9/contrib/csync2id.pl:134:			exec(@$commandline);
csync2-2.0-25-gc0faaf9/contrib/csync2id.pl-135-		}
##############################################
csync2-2.0-25-gc0faaf9/copycheck.sh-7-check() {
csync2-2.0-25-gc0faaf9/copycheck.sh:8:	years=`seq 2003 $current_year`
csync2-2.0-25-gc0faaf9/copycheck.sh-9-	for y in $(git log --date=short --pretty="format:%ad" -- $1 | cut -d- -f1 | sort -u)
csync2-2.0-25-gc0faaf9/copycheck.sh-10-	do
csync2-2.0-25-gc0faaf9/copycheck.sh:11:		years=`echo $years | sed "s,$y,,"`
csync2-2.0-25-gc0faaf9/copycheck.sh-12-		copyright=`perl -ne '/([*#]|^).*Copyright.*/ or next;