mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 02:19:37 +00:00
Fix duplicate records
This commit is contained in:
8
run-browser-recall.fish
Executable file
8
run-browser-recall.fish
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
# Activate the virtual environment and run main.py silently
|
||||
vf activate general
|
||||
python main.py > /dev/null 2>&1 &
|
||||
|
||||
# Print a simple confirmation message
|
||||
echo "Browser Recall started in background"
|
||||
Reference in New Issue
Block a user