From 908f718a044acbfd155af2cdd3f262dfd6ddcb79 Mon Sep 17 00:00:00 2001 From: ApfelTeeSaft <91074565+ApfelTeeSaft@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:30:22 +0200 Subject: [PATCH] Linux Script --- start_server.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 start_server.sh diff --git a/start_server.sh b/start_server.sh new file mode 100644 index 0000000..4cd9a29 --- /dev/null +++ b/start_server.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Change to the directory where the script is located +cd "$(dirname "$0")" + +# Start the Flask server +python3 main.py