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