]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/batch/badges/clean.sh
A collection of smaller improvements to the badges generator
[xonotic/xonstat.git] / xonstat / batch / badges / clean.sh
1 #!/bin/sh
2 find output -name "*.png" -exec rm {} \;
3