repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove basic functions from GTK pencil and just use common code for that.
[SquirrelJME.git]
/
assets
/
snippets
/
RGBAlpha.sh
blob
582dd260171492a274a4d43562bef5ca5b32b51d
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