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