smsvn -> ssc-hg glue: rearrange directory structure
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
SET file=%1
|
||||
SET tempfile=%file%.TEMP
|
||||
echo %file%
|
||||
pngcrush -q %file% %tempfile%
|
||||
del %file%
|
||||
rename %tempfile% %file%
|
||||
Reference in New Issue
Block a user