#!/bin/sh
# Translate given Mu files with debug information on Linux.
#
# (You _could_ do something similar on other platforms using emulation. But I
# often find that to be too slow.)

set -e

cat $* [0-9]*.mu    |./mu    > a.subx

./translate_subx_debug [0-9]*.subx mu-init.subx a.subx