4 lines
73 B
Bash
4 lines
73 B
Bash
|
|
#!/bin/bash
|
||
|
|
source /root/bot/venv/bin/activate
|
||
|
|
python3 /root/bot/test.py
|