diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-14 21:41:47 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-14 21:41:47 -0700 |
commit | 98feca922e46c82d1efdb44b99021b771bdac44d (patch) | |
tree | 9b59a558e787693b5db14fd44ea8b7d240246b5c /translate | |
parent | da438fa9f5e4297f37833daa4f1d76ddd6d10a42 (diff) | |
download | mu-98feca922e46c82d1efdb44b99021b771bdac44d.tar.gz |
rename boot.hex to boot.subx
Diffstat (limited to 'translate')
-rwxr-xr-x | translate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate b/translate index 25a1b7f9..7cc1be12 100755 --- a/translate +++ b/translate @@ -5,4 +5,4 @@ set -e cat $* [0-9]*.mu |linux/mu > a.subx -./translate_subx boot.hex mu-init.subx [0-9]*.subx a.subx +./translate_subx boot.subx mu-init.subx [0-9]*.subx a.subx |