diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-08-27 08:41:15 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-08-27 08:41:15 -0700 |
commit | 2c87cd2f34ece94aae936e563bdbf360deef4e9b (patch) | |
tree | 9dbb5a773ede6333c7990ca8a3e1893348db7ea2 /translate | |
parent | c45371b319bb72b331f889f7340834c709e1f8a4 (diff) | |
download | mu-2c87cd2f34ece94aae936e563bdbf360deef4e9b.tar.gz |
reorganize font before adding non-ASCII
Diffstat (limited to 'translate')
-rwxr-xr-x | translate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate b/translate index 7cc1be12..c5b889d0 100755 --- a/translate +++ b/translate @@ -5,4 +5,4 @@ set -e cat $* [0-9]*.mu |linux/mu > a.subx -./translate_subx boot.subx mu-init.subx [0-9]*.subx a.subx +./translate_subx boot.subx font.subx mu-init.subx [0-9]*.subx a.subx |