Files
itgmania212121/Utils/crush
T
2010-01-26 21:00:30 -06:00

6 lines
64 B
Bash

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