mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 03:39:43 +01:00
9 lines
162 B
Bash
9 lines
162 B
Bash
#!/bin/bash
|
|
|
|
# Project is under GNU GENERAL PUBLIC LICENSE 3.0
|
|
#
|
|
# 2022, created by Specoolazius
|
|
|
|
cd ~/mcserver-discordbot/bot || exit;
|
|
sudo python3.10 -O run.py
|