4 lines
66 B
Bash
Executable File
4 lines
66 B
Bash
Executable File
#!/usr/bin/bash
|
|
source .venv/bin/activate
|
|
python3 _device_main.py
|