about summary refs log tree commit diff stats
path: root/translate_mu_debug
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-24 22:55:57 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-24 22:55:57 -0700
commit3ec4bae2614e3c7c7553e1e1f51031cf82fc6e57 (patch)
tree38bab4dbb1b6eefc890e1de41dd8cdad0cbc0085 /translate_mu_debug
parentfe6d099b78b1ab9a0868791bec5cf3ea92361d6f (diff)
downloadmu-3ec4bae2614e3c7c7553e1e1f51031cf82fc6e57.tar.gz
6400
Diffstat (limited to 'translate_mu_debug')
-rwxr-xr-xtranslate_mu_debug8
1 files changed, 8 insertions, 0 deletions
diff --git a/translate_mu_debug b/translate_mu_debug
new file mode 100755
index 00000000..3c014535
--- /dev/null
+++ b/translate_mu_debug
@@ -0,0 +1,8 @@
+#!/bin/sh
+# Translate Mu programs with debug information on Linux.
+
+set -e
+
+cat $*          |apps/mu      > a.subx
+
+./translate_subx_debug init.linux [0-9]*.subx mu-init.subx a.subx