about summary refs log blame commit diff stats
path: root/linux/translate
blob: b2e37b5d674d2faade557bb7344a538f006291d7 (plain) (tree)
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    |./mu    > a.subx

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