]> Sergey Matveev's repositories - dotfiles.git/blob - img/bin/my-pngcrush
Make zathura configuration file aware
[dotfiles.git] / img / bin / my-pngcrush
1 #!/bin/sh -ex
2
3 t=$(TMPDIR=. mktemp)
4 pngcrush -rem alla -rem allb -z 2 "$1" $t
5 advpng -z -4 $t
6 mv $t "$1"