;
; Neko's hack 'n' patch font fixer script
;

; jump to FONTS:
cd fonts:

; run FReplace on the dir
ram:freplace " " "" >NIL:

; run FixFonts to rebuild the list
fixfonts

; list unfixed fonts to a file
list "fonts:#? #?" lformat "%n" to ram:unfixed.list

