]> Sergey Matveev's repositories - dotfiles.git/blob - img/bin/pngcrush.sh
mirror-* moved to http://www.git.stargrave.org/?p=mirror.git
[dotfiles.git] / img / bin / pngcrush.sh
1 #!/bin/sh -ex
2
3 t=$(TMPDIR=. mktemp)
4 pngcrush -rem alla -rem allb "$1" $t
5 mv $t "$1"