home · contact · privacy
On world (re-)generation, server sends 'NEW_WORLD', client clears log.
[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 sync
6 if [ -e ./log ]
7 then
8     cat log
9 fi