===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apertium-tat-0.1.0~r60887/dev/countstems.sh-4-
apertium-tat-0.1.0~r60887/dev/countstems.sh:5:allcounts=`hfst-lexc --format foma $LEXC -o /dev/null 2>&1 | grep Root | sed 's/,/\n/g'`
apertium-tat-0.1.0~r60887/dev/countstems.sh-6-
apertium-tat-0.1.0~r60887/dev/countstems.sh-7-for line in $allcounts; do
apertium-tat-0.1.0~r60887/dev/countstems.sh:8:	thing=`echo $line | sed -r 's/(.*)\.\.\.([0-9]*),?/\1/'`;
apertium-tat-0.1.0~r60887/dev/countstems.sh:9:	numbr=`echo $line | sed -r 's/(.*)\.\.\.([0-9]*),?/\2/'`;
apertium-tat-0.1.0~r60887/dev/countstems.sh-10-	if [[ "$thing" == "Root" ]]; then
apertium-tat-0.1.0~r60887/dev/countstems.sh-11-		rootsize=$numbr;
apertium-tat-0.1.0~r60887/dev/countstems.sh:12:		root=`grep -A$rootsize Root $LEXC | grep -v Root`;
apertium-tat-0.1.0~r60887/dev/countstems.sh-13-	fi;
##############################################
apertium-tat-0.1.0~r60887/dev/countstems.sh-15-
apertium-tat-0.1.0~r60887/dev/countstems.sh:16:root=`echo $root | sed -r 's/\s*;/\n/g'`;
apertium-tat-0.1.0~r60887/dev/countstems.sh-17-
##############################################
apertium-tat-0.1.0~r60887/dev/countstems.sh-19-for line in $allcounts; do
apertium-tat-0.1.0~r60887/dev/countstems.sh:20:	thing=`echo $line | sed -r 's/(.*)\.\.\.([0-9]*),?/\1/'`;
apertium-tat-0.1.0~r60887/dev/countstems.sh:21:	numbr=`echo $line | sed -r 's/(.*)\.\.\.([0-9]*),?/\2/'`;
apertium-tat-0.1.0~r60887/dev/countstems.sh-22-	for thingname in $root; do
##############################################
apertium-tat-0.1.0~r60887/dev/countstems.sh-28-
apertium-tat-0.1.0~r60887/dev/countstems.sh:29:echo `calc $string`;
##############################################
apertium-tat-0.1.0~r60887/dev/extract_guesses.sh-5-while IFS= read -r line; do
apertium-tat-0.1.0~r60887/dev/extract_guesses.sh:6:	string=`echo $line | lt-proc $APERTIUMPATH/languages/apertium-tat/tat.automorf.bin | cg-conv -a 2>/dev/null | vislcg3 --grammar $APERTIUMPATH/languages/apertium-tat/dev/metrics.rlx`;
apertium-tat-0.1.0~r60887/dev/extract_guesses.sh-7-	IFS=$'\n';
apertium-tat-0.1.0~r60887/dev/extract_guesses.sh-8-	for fooline in $string; do
apertium-tat-0.1.0~r60887/dev/extract_guesses.sh:9:		guess=`echo $fooline | grep "guess_"`;
apertium-tat-0.1.0~r60887/dev/extract_guesses.sh:10:		word=`echo $guess | sed -E 's/.*\"\*(.*)\".*_([A-Z\-]*)/\1:\1 NP-\2 ; ! ""/'`;
apertium-tat-0.1.0~r60887/dev/extract_guesses.sh-11-		if [ ! "$word" == "" ]; then