Files
browser-recall/run-browser-recall.sh
2025-04-12 15:16:50 -05:00

6 lines
179 B
Bash

#!/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 $!"