about summary refs log blame commit diff stats
path: root/linux/translate_debug
blob: 17b55e2955be95c6e9d766092ddf9195c2e1fb5c (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    |./mu    > a.subx

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