mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-14 05:38:01 -05:00
7 lines
95 B
Bash
7 lines
95 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -o allexport
|
||
|
source .env set
|
||
|
set +o allexport
|
||
|
|
||
|
go build
|
||
|
./paperless-gpt
|