From 47287fbf1af21207d8f847842fb32db9ee95e4c8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 25 Dec 2020 12:26:05 -0800 Subject: 7401 - clean up support for non-Linux platforms --- translate_mu_emulated | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 translate_mu_emulated (limited to 'translate_mu_emulated') diff --git a/translate_mu_emulated b/translate_mu_emulated new file mode 100755 index 00000000..7a305b96 --- /dev/null +++ b/translate_mu_emulated @@ -0,0 +1,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 -- cgit 1.4.1-2-gfad0