]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/pngcrush.sh
Have not used zshfe for years
[dotfiles.git] / bin / bin / pngcrush.sh
1 #!/bin/sh -ex
2
3 t=$(TMPDIR=. mktemp)
4 pngcrush -rem alla -rem allb "$1" $t
5 mv $t "$1"