3 lines
81 B
Bash
Executable file
3 lines
81 B
Bash
Executable file
#!/usr/bin/env bash
|
|
byobu send-keys -t factorio /quit C-m
|
|
echo "Server stopped!"
|