about summary refs log tree commit diff stats
path: root/translate_mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-01 16:35:02 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-01 16:35:02 -0800
commit7ca19e4e1d3acb2c770c180156b813fb536a673e (patch)
tree35ad8c7dfd1a09326b747363a4a5ec61fe4484ac /translate_mu
parentdafef4e30fcfb53e6546ce0f53859bf9f1420dd2 (diff)
downloadmu-7ca19e4e1d3acb2c770c180156b813fb536a673e.tar.gz
5850 - driver script for translating Mu programs
Diffstat (limited to 'translate_mu')
-rwxr-xr-xtranslate_mu7
1 files changed, 7 insertions, 0 deletions
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