diff options
-rwxr-xr-x | pngcrush.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pngcrush.sh b/pngcrush.sh index d74845a..0598451 100755 --- a/pngcrush.sh +++ b/pngcrush.sh @@ -5,8 +5,8 @@ out=$2 steps=() -src=_.png -dst=__.png +src=${out}.src.png +dst=${out}.dst.png copy=("${src}" "${dst}") |