Last active
July 23, 2016 15:34
-
-
Save steegi/db9bf9d71d2152092e59fd8594f17b10 to your computer and use it in GitHub Desktop.
Minecraft Stop Script (tmux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
tmux send-keys -t mcs 'say SERVER SHUTTING DOWN. Saving map...' C-m | |
tmux send-keys -t mcs 'save-all' C-m | |
tmux send-keys -t mcs 'stop' C-m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment