===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apertium-cat-ita-0.2.1/wiki-tests.sh-13-    printf " with updated tests..."
apertium-cat-ita-0.2.1/wiki-tests.sh:14:    TMPHTML=`mktemp -t tmp.$SRCLANG-html.XXXXXXXXXX`;
apertium-cat-ita-0.2.1/wiki-tests.sh-15-    wget -O $TMPHTML -q http://wiki.apertium.org/wiki/Catalan_and_Italian/$TESTTYPE
##############################################
apertium-cat-ita-0.2.1/wiki-tests.sh-24-# Mac mktemp has no default template, this works on both
apertium-cat-ita-0.2.1/wiki-tests.sh:25:SRCLIST=`mktemp -t tmp.$SRCLANG-src.XXXXXXXXXX`;
apertium-cat-ita-0.2.1/wiki-tests.sh:26:TRGLIST=`mktemp -t tmp.$SRCLANG-trg.XXXXXXXXXX`;
apertium-cat-ita-0.2.1/wiki-tests.sh:27:TSTLIST=`mktemp -t tmp.$SRCLANG-tst.XXXXXXXXXX`;
apertium-cat-ita-0.2.1/wiki-tests.sh-28-
##############################################
apertium-cat-ita-0.2.1/wiki-tests.sh-66-CORRECT=0
apertium-cat-ita-0.2.1/wiki-tests.sh:67:for LINE in `paste $SRCLIST $TRGLIST $TSTLIST | $SED 's/ /%_%/g' | $SED 's/\t/~/g'`; do
apertium-cat-ita-0.2.1/wiki-tests.sh:68:	SRC=`echo $LINE | $SED 's/%_%/ /g' | cut -f1 -d'~' | $SED 's/^ *//g' | $SED 's/ *$//g' | $SED 's/   */ /g'`;
apertium-cat-ita-0.2.1/wiki-tests.sh:69:	TRG=`echo $LINE | $SED 's/%_%/ /g' | cut -f2 -d'~' | $SED 's/^ *//g' | $SED 's/ *$//g' | $SED 's/   */ /g' | sed 's/::/%/g' | cut -f1 -d'%'`;
apertium-cat-ita-0.2.1/wiki-tests.sh:70:	TST=`echo $LINE | $SED 's/%_%/ /g' | cut -f3 -d'~' | $SED 's/^ *//g' | $SED 's/ *$//g' | $SED 's/   */ /g'`;
apertium-cat-ita-0.2.1/wiki-tests.sh-71-
##############################################
apertium-cat-ita-0.2.1/wiki-tests.sh-79-		$ECHOE $mode"\t  ${SRC}\nWORKS\t  ${TST}\n\n";
apertium-cat-ita-0.2.1/wiki-tests.sh:80:		CORRECT=`expr $CORRECT + 1`;
apertium-cat-ita-0.2.1/wiki-tests.sh-81-	fi
apertium-cat-ita-0.2.1/wiki-tests.sh:82:	TOTAL=`expr $TOTAL + 1`;
apertium-cat-ita-0.2.1/wiki-tests.sh-83-done
##############################################
apertium-cat-ita-0.2.1/wiki-tests.sh-94-if [ -n $CALC ]; then
apertium-cat-ita-0.2.1/wiki-tests.sh:95:	WORKING=`$CALC $CORRECT" / "$TOTAL" * 100" | head -c 7`;
apertium-cat-ita-0.2.1/wiki-tests.sh-96-	WORKING=", "$WORKING"%";