summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-10-02 16:10:21 +0200
committerhut <hut@lavabit.com>2010-10-02 16:10:21 +0200
commit1ef0ade55d7e678ee036a821b26dbf9dc95fb877 (patch)
tree4cb2d8ca25a43531c9282ea0ff4903a406407988
parent
#!/bin/sh
# Translate a Mu program to a bootable disk image.

set -e

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

./translate_subx boot.subx mu-init.subx [0-9]*.subx a.subx
cgit-pink 1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2024-07-03 09:46:19 +0000