Files
itgmania212121/Utils/crush
T
2013-06-10 15:38:43 -04:00

6 lines
64 B
Bash

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