From e1bb77c07338338436e3439afbbb05b2b6213b12 Mon Sep 17 00:00:00 2001 From: Specoolazius Date: Sat, 2 Apr 2022 21:02:52 +0200 Subject: [PATCH] created bash executable for starting --- bot/run.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bot/run.sh diff --git a/bot/run.sh b/bot/run.sh new file mode 100644 index 0000000..e114715 --- /dev/null +++ b/bot/run.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cd ~/mcserver-discordbot/bot || exit; +sudo python3.10 -O run.py