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

                                                


      
                                        
 
                                                           
#!/bin/sh
# Translate given Mu programs into ELF binaries.
# Linux only for now.

set -e

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

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