pngcrushinplace.bat -> sh
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
pngcrush "$1" "$1.new"
|
||||
rm "$1"
|
||||
mv "$1.new" "$1"
|
||||
|
||||
Reference in New Issue
Block a user