This commit is contained in:
bash
2024-08-12 20:21:16 +00:00
parent aaee49675e
commit a211973449
2 changed files with 0 additions and 0 deletions

14
script/menu.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
echo "###########################################################################################"
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"
echo "###########################################################################################"