diff options
Diffstat (limited to 'run-local.sh')
-rwxr-xr-x | run-local.sh | 8 |
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 |