about summary refs log tree commit diff stats
path: root/315slice.subx
Commit message (Expand)AuthorAgeFilesLines
* 7331 - hacky way to convert slice to stringKartik Agaram2020-12-041-0/+14
2020-12-25 12:28:10 -0800 7401 - clean up support for non-Linux platforms' href='/akkartik/mu/commit/translate_mu?h=main&id=47287fbf1af21207d8f847842fb32db9ee95e4c8'>47287fbf ^
7ca19e4e ^


f2c5b053 ^
7ca19e4e ^
3ec4bae2 ^
1
2
3
4
5
6
7
8
         
                                                           


      
                                        
 
                                                           
#!/bin/sh
# Translate a given Mu program into an ELF binary on Linux.

set -e

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

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