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