This website requires JavaScript.
Explore
Help
Sign In
Mirrored-Projects
/
paperless-gpt
Watch
1
Star
0
Fork
You've already forked paperless-gpt
0
mirror of
https://github.com/icereed/paperless-gpt.git
synced
2025-03-14 05:38:01 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
b3a981966d
paperless-gpt
/
build-and-run.sh
8 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Added a script to ease running the backend quickly
2025-02-08 07:58:29 -06:00
#!/usr/bin/env bash
set
-o allexport
Changed run script to comply with suggestions by code rabbit
2025-02-08 08:02:11 -06:00
source
.env
Added a script to ease running the backend quickly
2025-02-08 07:58:29 -06:00
set
+o allexport
go build
Changed run script to comply with suggestions by code rabbit
2025-02-08 08:02:11 -06:00
./paperless-gpt
Reference in a new issue
Copy permalink