From 64363341b5dd4567f4e57358f1463892fb37ede4 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:18:06 +0200 Subject: [PATCH] Create menu-print.sh --- script/menu-print.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 script/menu-print.sh diff --git a/script/menu-print.sh b/script/menu-print.sh new file mode 100644 index 0000000..40893a2 --- /dev/null +++ b/script/menu-print.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +echo "### menu - Shows menu" +echo "### install - Download the source source-code" +echo "### update - Updates source-code to latest version" +echo "### build - Builds the server based on source-code" +echo "### compile - Compiles the code based on the build server" +echo "### config - Applies the server configration" +echo "### start - starts auth and world in tmux sessions server" +echo "### stop - stops all sessions" +echo "### wow - logon world-server (tmux) session" +echo "### auth - logon auth-server (tmux) session"