===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
opari-1.1+dfsg/tool/Test/f77_test.sh-7-  echo "        $file ..."
opari-1.1+dfsg/tool/Test/f77_test.sh:8:  base=`basename $file .f`
opari-1.1+dfsg/tool/Test/f77_test.sh-9-  ${TOOL}/opari -table opari.tab.c $base.f || exit
##############################################
opari-1.1+dfsg/tool/Test/c_test.sh-7-  echo "        $file ..."
opari-1.1+dfsg/tool/Test/c_test.sh:8:  base=`basename $file .c`
opari-1.1+dfsg/tool/Test/c_test.sh-9-  ${TOOL}/opari $base.c || exit
##############################################
opari-1.1+dfsg/tool/Test/f90_test.sh-7-  echo "        $file ..."
opari-1.1+dfsg/tool/Test/f90_test.sh:8:  base=`basename $file .f90`
opari-1.1+dfsg/tool/Test/f90_test.sh-9-  ${TOOL}/opari $base.f90 || exit