Add "run-build" shell script to simplify working with uninstalled builds.
authorChris Hanson <org/chris-hanson/cph>
Wed, 17 Oct 2018 21:47:46 +0000 (14:47 -0700)
committerChris Hanson <org/chris-hanson/cph>
Wed, 17 Oct 2018 21:51:23 +0000 (14:51 -0700)
src/run-build [new file with mode: 0755]

diff --git a/src/run-build b/src/run-build
new file mode 100755 (executable)
index 0000000..f477d4e
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+set -e
+HERE=$(dirname "${0}")
+export MITSCHEME_LIBRARY_PATH=${HERE}/lib
+"${HERE}"/microcode/scheme "${@}"