mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 04:49:41 +01:00
5 lines
77 B
Bash
5 lines
77 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd ~/mcserver-discordbot/bot || exit;
|
||
|
sudo python3.10 -O run.py
|