about summary refs log tree commit diff stats
path: root/translate
blob: 25a1b7f9107c7a7b2b155daca54f76407c841b55 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
# Translate a Mu program to a bootable disk image.

set -e

cat $* [0-9]*.mu    |linux/mu    > a.subx

./translate_subx boot.hex mu-init.subx [0-9]*.subx a.subx