Add file that the standalone Jar should be ran and not extracted; Remove lombok docum...
[SquirrelJME.git] / assets / snippets / RGBAlpha.sh
blob582dd260171492a274a4d43562bef5ca5b32b51d
1 #!/bin/sh -e
2 javac RGBAlpha.java
3 java RGBAlpha
4 for __file in *.rgb
5 do
6 uuencode -m "$__file" "$__file" > "$__file.__mime"
7 done