about summary refs log tree commit diff stats
path: root/translate_mu_emulated
blob: 7a305b965e0c3ceffaaee6c7bb60272d63a4a790 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Translate a Mu program using emulated mode on Linux or BSD or Mac.

set -e

./build

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

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