home
·
contact
·
privacy
projects
/
plomrogue
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Handle (non-existence) of log file smarter in start / wrapper scripts.
[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