summary refs log tree commit diff stats
path: root/svc/init_test.go
Commit message (Expand)AuthorAgeFilesLines
* updated tests to work with new project structureBen Morrison2019-06-061-2/+85
* fixed some import commentsBen Morrison2019-06-051-1/+1
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+27
e='Blame the previous revision' href='/akkartik/mu/blame/translate_mu?h=hlt&id=dafef4e30fcfb53e6546ce0f53859bf9f1420dd2'>^
65a10731 ^
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 $*          |apps/mu      > a.subx

./translate_subx_debug init.linux 0*.subx mu-init.subx a.subx