home · contact · privacy
Update SERVER_COMMANDS info on T_ID, TA_ID, TT_ID.
[plomrogue] / roguelike_python
1 #!/bin/sh
2
3 # Wrapper to the script so that its suppressed server messages get read on exit.
4 ./start_server_python_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