Revision 221
changed places
process_font.sh | ||
---|---|---|
2 | 2 |
echo " Splitting font" |
3 | 3 |
python3 split_font.py $1 $2 $3 $4 $5 $6 |
4 | 4 |
echo " Converting from png to xpm" |
5 |
../helpers/png_to_xpm.sh $1 |
|
5 |
../../helpers/png_to_xpm.sh $1
|
|
6 | 6 |
echo " Converting from xpm to xpm2" |
7 |
../helpers/xpm_to_xpm2.sh $1 |
|
7 |
../../helpers/xpm_to_xpm2.sh $1
|
|
8 | 8 |
echo " Cleaning up" |
9 | 9 |
rm -rf $1/png |
10 | 10 |
rm -rf $1/xpm |
Also available in: Unified diff