Update menu-print.sh

This commit is contained in:
bash
2024-08-12 22:19:20 +02:00
committed by GitHub
parent 461d7fdc38
commit fa811ae5d6

View File

@@ -1,5 +1,6 @@
#!/bin/bash
echo "###########################################################################################"
echo "### menu - Shows menu"
echo "### install - Download the source source-code"
echo "### update - Updates source-code to latest version"
@@ -10,3 +11,4 @@ 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 "###########################################################################################"