home
·
contact
·
privacy
projects
/
plomrogue
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove C variant of server, redefine build system to match this change.
[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