FactorioScripts/factorio/stop_server.sh

3 lines
81 B
Bash

#!/usr/bin/env bash
byobu send-keys -t factorio /quit C-m
echo "Server stopped!"