From 2ed8b3f699123361efb5a6a58ec5943976d9926d Mon Sep 17 00:00:00 2001 From: Zetaphor Date: Sat, 12 Apr 2025 15:16:50 -0500 Subject: [PATCH] Add bash script --- run-browser-recall.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 run-browser-recall.sh diff --git a/run-browser-recall.sh b/run-browser-recall.sh new file mode 100644 index 0000000..7db0651 --- /dev/null +++ b/run-browser-recall.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +cd "$(dirname "$0")" +source "$(dirname "$0")/.venv/bin/activate" +python src/main.py > /dev/null 2>&1 & +echo "Browser Recall started in background with PID $!" \ No newline at end of file