mu/translate_mu_debug

9 lines
184 B
Plaintext
Raw Normal View History

2020-05-25 05:55:57 +00:00
#!/bin/sh
# Translate Mu programs with debug information on Linux.
set -e
cat $* [0-9]*.mu |apps/mu > a.subx
2020-05-25 05:55:57 +00:00
./translate_subx_debug init.linux [0-9]*.subx mu-init.subx a.subx