===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
minitube-3.6.1/locale/calculate_completion.sh-13-do
minitube-3.6.1/locale/calculate_completion.sh:14:	UNFINISHED=`grep 'type="unfinished"' $I | wc -l`;
minitube-3.6.1/locale/calculate_completion.sh:15:	OBSOLETE=`grep 'obsolete' $I | wc -l`;
minitube-3.6.1/locale/calculate_completion.sh:16:	MSGLINES=`grep '</message>' $I | wc -l`;
minitube-3.6.1/locale/calculate_completion.sh-17-	let "REALLINES=$MSGLINES-$OBSOLETE";