X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=roguelike_python;fp=roguelike_python;h=0000000000000000000000000000000000000000;hb=dcdb99eb5863af512f8f079c320216bfeec5d9e2;hp=74f7f34489eacced569741fe806ea4806e98739d;hpb=00b22e82c20cdd00058aa96df095435fbbdb2422;p=plomrogue diff --git a/roguelike_python b/roguelike_python deleted file mode 100755 index 74f7f34..0000000 --- a/roguelike_python +++ /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