===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
radeontop-1.2/familycheck.sh-4-
radeontop-1.2/familycheck.sh:5:fam=`cut -d, -f3 include/r600_pci_ids.h | cut -d\) -f1 | sed -e 's@^ *@@' -e '/^$/d' | uniq`
radeontop-1.2/familycheck.sh-6-
##############################################
radeontop-1.2/getamdgpuids.sh-19-
radeontop-1.2/getamdgpuids.sh:20:fams=`echo "$ids" | awk '{print $2}' | uniq`
radeontop-1.2/getamdgpuids.sh-21-
##############################################
radeontop-1.2/getamdgpuids.sh-26-
radeontop-1.2/getamdgpuids.sh:27:ids=`echo "$ids" | awk '{print "CHIPSET(" $1 ", " $1 ", " $2 ")"}'`
radeontop-1.2/getamdgpuids.sh-28-