migrate to coreos

This commit is contained in:
Matthew Tran
2025-04-19 02:24:10 -07:00
parent 12039fb862
commit 8bd3def755
42 changed files with 752 additions and 579 deletions
+1 -2
View File
@@ -4,9 +4,8 @@ cleanup() {
tmux send-keys stop Enter
}
trap 'cleanup' TERM
trap 'cleanup' SIGTERM SIGINT
rm log
mkfifo log
tmux new -d 'LD_LIBRARY_PATH=. ./bedrock_server > log'
cat log &