home · contact · privacy
Remove C variant of server, redefine build system to match this change.
[plomrogue] / roguelike_python
diff --git a/roguelike_python b/roguelike_python
deleted file mode 100755 (executable)
index 74f7f34..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# Wrapper to the script so that its suppressed server messages get read on exit.
-./start_server_python_client_union.sh "$@"
-
-# For some reason, mere sync won't ensure a log is written out, so wait a while.
-sync
-sleep 0.5
-if [ -e ./log ]
-then
-    cat log
-fi