4 lines
148 B
Bash
Executable File
4 lines
148 B
Bash
Executable File
#/bin/bash
|
|
tmux new-session -d -s MC-Server-NAME_OF_INSTANCE '/opt/minecraft-scripts/NAME_OF_INSTANCE.sh'
|
|
tmux attach -t MC-Server-NAME_OF_INSTANCE
|