about summary refs log tree commit diff stats
path: root/translate_mu_debug
blob: 3c01453581fe3a81954394273124b0555c0dfc17 (plain) (blame)
1
2
3
4
5
6
7
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