From 7ca19e4e1d3acb2c770c180156b813fb536a673e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 1 Jan 2020 16:35:02 -0800 Subject: 5850 - driver script for translating Mu programs --- translate_mu | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 translate_mu (limited to 'translate_mu') diff --git a/translate_mu b/translate_mu new file mode 100755 index 00000000..d3029433 --- /dev/null +++ b/translate_mu @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +cat $* |apps/mu > a.subx + +./ntranslate init.linux 0*.subx mu-init.subx a.subx -- cgit 1.4.1-2-gfad0