diff options
Diffstat (limited to 'translate_mu_baremetal')
-rwxr-xr-x | translate_mu_baremetal | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/translate_mu_baremetal b/translate_mu_baremetal deleted file mode 100755 index 66b27b23..00000000 --- a/translate_mu_baremetal +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# Translate a given Mu program to 'baremetal', a raw disk image that can boot -# and run without any OS. - -set -e - -cat $* baremetal/[0-9]*.mu |apps/mu > a.subx - -./translate_subx_baremetal baremetal/mu-init.subx baremetal/[0-9]*.subx a.subx |