This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
037ed8ae514b32682e55ed8a01f8cedffde7d623
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