about summary refs log tree commit diff stats
path: root/translate
blob: 7cc1be1287c4fb7099e4ec31aafd98e63266aa53 (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.subx mu-init.subx [0-9]*.subx a.subx