source: trunk/termtv/utils/makefont.sh@ 18342

Last change on this file since 18342 was 17407, checked in by tbretz, 11 years ago
First version.
  • Property svn:executable set to *
File size: 132 bytes
Line 
1NAME=`dirname $1`/`basename $1 .bdf`
2echo "\n$NAME"
3utils/bdf2fontdescr.pl < $1 > $NAME
4utils/makefont.pl $NAME $NAME.png $NAME.txt
Note: See TracBrowser for help on using the repository browser.