diff --git a/build-and-run.sh b/build-and-run.sh new file mode 100755 index 0000000..69c41c5 --- /dev/null +++ b/build-and-run.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -o allexport +source .env set +set +o allexport + +go build +./paperless-gpt \ No newline at end of file