diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-02 01:41:55 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-02 02:01:41 -0800 |
commit | 9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e (patch) | |
tree | 5134d5ff1629cb5262e5feda38831456a2d1467d /bootstrap | |
parent | df8498fb8294cb07d02076cf3881617b5af07974 (diff) | |
download | mu-9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e.tar.gz |
5865
Give the bootstrap C++ program a less salient name.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100755 index 00000000..b16da072 --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +#!/bin/sh +# Run SubX VM, first compiling if necessary. +set -e + +./build && ./bootstrap_bin "$@" |