repo.or.cz
/
oxy-cursors.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improved the new version
[oxy-cursors.git]
/
svgs
/
generate_WORLD.sh
blob
32b39dc778bc447bd5a598d517ef5ff9fa78a661
1
#!/bin/bash
2
3
colors
=
"blue yellow brown grey green violet red purple navy sea_blue emerald hot_orange white"
4
5
for
color
in
$colors
;
do
6
7
mkdir
-p
$color
;
8
9
done
10
11
.
/
change-colors.pl
-a
12
.
/
generate_pngs.sh
13
.
/
generate_cursors.sh