about summary refs log tree commit diff stats
path: root/translate_mu
blob: d6e6bfa98a6a1daaae412ef47c5a347f36bac1ba (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Translate given Mu programs into ELF binaries.
# Linux only for now.

set -e

cat $*          |apps/mu      > a.subx

./translate_subx init.linux 0*.subx mu-init.subx a.subx