diff options
Diffstat (limited to 'translate')
-rwxr-xr-x | translate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/translate b/translate new file mode 100755 index 00000000..f6311a7e --- /dev/null +++ b/translate @@ -0,0 +1,8 @@ +#!/bin/sh +# Translate a Mu program to a bootable disk image. + +set -e + +cat $* [0-9]*.mu |linux/mu > a.subx + +./translate_subx mu-init.subx [0-9]*.subx a.subx |