===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
runcircos-gui-0.0+git20200528.82dda8c/data/treat-png.txt-5-#Batch convert *.svg to *.png using Inkscape
runcircos-gui-0.0+git20200528.82dda8c/data/treat-png.txt:6:  for i in *; do inkscape $i --export-png=`echo $i | sed -e 's/svg$/png/'`; done