mu/bootstrap
Kartik Agaram 9e5e87ca37 5865
Give the bootstrap C++ program a less salient name.
2020-01-02 02:01:41 -08:00

6 lines
97 B
Bash
Executable File

#!/bin/sh
# Run SubX VM, first compiling if necessary.
set -e
./build && ./bootstrap_bin "$@"