mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 02:19:37 +00:00
6 lines
179 B
Bash
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 $!" |