mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 02:19:37 +00:00
Set pwd on fish script
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
# Change to the script's directory
|
||||||
|
cd (dirname (status filename))
|
||||||
|
|
||||||
# Activate the virtual environment and run main.py silently
|
# Activate the virtual environment and run main.py silently
|
||||||
vf activate general
|
vf activate general
|
||||||
python main.py > /dev/null 2>&1 &
|
python main.py > /dev/null 2>&1 &
|
||||||
|
|||||||
Reference in New Issue
Block a user