FactorioScripts/stop_server.sh

4 lines
113 B
Bash
Executable file

#!/usr/bin/env bash
YELLOW='\033[0;33m'
byobu send-keys -t factorio /quit C-m
echo -e "${YELLOW}Server stopped!"