Files
itgmania212121/stepmania/Utils/crush
T
2003-11-04 04:39:20 +00:00

6 lines
59 B
Bash
Executable File

#!/bin/sh
pngcrush "$1" "$1.new"
rm "$1"
mv "$1.new" "$1"