home · contact · privacy
Server, plugin: Refactor thingproliferation (plugin integration).
[plomrogue] / roguelike
1 #!/bin/sh
2
3 # Wrapper to the script so that its suppressed server messages get read on exit.
4 ./start_server_client_union.sh "$@"
5
6 # For some reason, mere sync won't ensure a log is written out, so wait a while.
7 sync
8 sleep 0.5
9 if [ -e ./log ]
10 then
11     cat log
12 fi