===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rdp-classifier-2.10.2/debian/scripts/fetch_fungal_data.sh-40-zip_url='http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/r/rd/rdp-classifier/rdp-classifier/rdp_classifier_2.9.zip'
rdp-classifier-2.10.2/debian/scripts/fetch_fungal_data.sh:41:zip_file=`echo "$zip_url" | sed 's,.*/,,'`
rdp-classifier-2.10.2/debian/scripts/fetch_fungal_data.sh-42-
##############################################
rdp-classifier-2.10.2/debian/scripts/fetch_fungal_data.sh-67-# is some small bug in this script.
rdp-classifier-2.10.2/debian/scripts/fetch_fungal_data.sh:68:# find "`readlink -e ../"$classifier"`" -type f -print0 | xargs -0 dpkg-query -S 2>&1 >/dev/null | sed 's,[^/]*,,' \
rdp-classifier-2.10.2/debian/scripts/fetch_fungal_data.sh-69-#     | xargs -r -d'\n' rm -v --
##############################################
rdp-classifier-2.10.2/debian/scripts/fetch_fungal_data.sh-71-# Yeah, here is a better looking one:
rdp-classifier-2.10.2/debian/scripts/fetch_fungal_data.sh:72:find "`readlink -e ../"$classifier"`" -type f \( -exec dpkg-query -S '{}' ';' -or -delete \) >/dev/null
rdp-classifier-2.10.2/debian/scripts/fetch_fungal_data.sh-73-