about summary refs log tree commit diff stats
path: root/translate_mu
blob: b4806bc585d177e1eebbf828d173652839f00a33 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
# Translate a given Mu program into an ELF binary on Linux.

set -e

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

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