aboutsummaryrefslogtreecommitdiff
path: root/run-local.sh
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-02-19 11:57:08 -0600
committerMichael McVady <femtonaut@gmail.com>2023-02-19 11:57:08 -0600
commit011e8d8870a6c14674e5e389bfdc09dae62b948d (patch)
tree44d3fcd211ad2348326c2b78b66c20d9d7add948 /run-local.sh
parent9092c94ee231e99dc31b1b265179866a404614e4 (diff)
Clean up
Diffstat (limited to 'run-local.sh')
-rwxr-xr-xrun-local.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/run-local.sh b/run-local.sh
new file mode 100755
index 0000000..458de5d
--- /dev/null
+++ b/run-local.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env sh
+
+set -a
+. ./.env
+set +a
+
+make
+make run