Add bash script

This commit is contained in:
2025-04-12 15:16:50 -05:00
parent e3f7a4969a
commit 2ed8b3f699

6
run-browser-recall.sh Normal file
View File

@@ -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 $!"