From b04b97d08e540985ed1c3e98801a3fff23f67580 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Tue, 15 Sep 2020 17:54:29 +0000 Subject: [PATCH] Added bash start script. --- start.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 start.sh diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..d06b00c --- /dev/null +++ b/start.sh @@ -0,0 +1,2 @@ +#!/bin/bash +screen -d -m -S "aquatic_bot" python3 ~/discord_bot/discord_aquatic_bot/bot.py