From 011e8d8870a6c14674e5e389bfdc09dae62b948d Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Sun, 19 Feb 2023 11:57:08 -0600 Subject: Clean up --- run-local.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 run-local.sh (limited to 'run-local.sh') 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 -- cgit v1.2.3