Files
azerothcore_installer/script/menu.sh
2026-01-10 21:12:45 +01:00

17 lines
915 B
Bash
Executable File

#!/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 code with Release for hosting"
echo "### compile debug - Compiles code with RelWithDebInfo for debugging"
echo "### config - Applies the server configration"
echo "### start - starts auth and world in tmux sessions server"
echo "### debug - starts auth and world debug mode (GDB, timestamped crash logs)"
echo "### stop - stops all sessions"
echo "### wow - logon world-server (tmux) session"
echo "### auth - logon auth-server (tmux) session"
echo "###########################################################################################"