about summary refs log blame commit diff stats
path: root/translate_mu_debug
blob: 8bee39061c35df07517ea1bf2a3ab5b3e04ee487 (plain) (tree)
1
2
3
4
5
6
7
8
9
         



                                                                             


      
                                        

                                                                 
#!/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    |apps/mu    > a.subx

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