mirror of
https://github.com/danbulant/ambientlightdemo
synced 2026-05-19 04:18:32 +00:00
4 lines
117 B
Bash
Executable file
4 lines
117 B
Bash
Executable file
#!/usr/bin/fish
|
|
cd /home/dan/ambientlightdemo/rpi
|
|
source .venv/bin/activate.fish
|
|
/home/dan/.local/bin/uv run main.py
|