This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7d0c89661271803eb1f1b67bc8d3f21eea3cb3da
itgmania212121
/
stepmania
/
Utils
/
crush
T
6 lines
59 B
Bash
Raw
Normal View
History
Unescape
Escape
pngcrushinplace.bat -> sh
2003-11-04 04:39:20 +00:00
#!/bin/sh
pngcrush
"
$1
"
"
$1
.new"
rm
"
$1
"
mv
"
$1
.new"
"
$1
"
Reference in New Issue
Copy Permalink