From c4d53feff8bc5253df2ae58374ccddcd30ea2107 Mon Sep 17 00:00:00 2001 From: nea Date: Sun, 27 Nov 2022 19:50:28 +0100 Subject: Launcher --- launch.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 launch.sh (limited to 'launch.sh') diff --git a/launch.sh b/launch.sh new file mode 100755 index 0000000..ebbb5a5 --- /dev/null +++ b/launch.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +pipenv run python server.py + + + -- cgit