From 9db4df3e72b98a5bc6176bcd2082daeacbca9e1e Mon Sep 17 00:00:00 2001 From: Simon Pamies Date: Sat, 8 Feb 2025 14:58:29 +0100 Subject: [PATCH] Added a script to ease running the backend quickly --- build-and-run.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build-and-run.sh 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