6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /home/wancat/relay &&
|
|
source .venv/bin/activate &&
|
|
python main.py
|