summaryrefslogtreecommitdiff
path: root/tree/src/microhs/setup.sh
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-04 14:32:30 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-04 14:32:30 -0800
commitb378cb8f0e774b3e21671fca22de20b71cbac214 (patch)
tree929adf347d3adf99cdd2b28c85ee153cc88b2147 /tree/src/microhs/setup.sh
parent63a059ed3aeae1a5aa4856c8968c29d900e139d4 (diff)
modules
Diffstat (limited to 'tree/src/microhs/setup.sh')
-rwxr-xr-xtree/src/microhs/setup.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tree/src/microhs/setup.sh b/tree/src/microhs/setup.sh
new file mode 100755
index 0000000..374c238
--- /dev/null
+++ b/tree/src/microhs/setup.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -e
+
+cd microhs
+make
+make minstall