mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-15 14:22:13 +00:00
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
python3 -m venv /home/pi/Conjurer/env
|
|
python3 /home/pi/Conjurer/bot.py
|