Add -afterGame option
[xboard.git] / xboard.c
index 4a88774..4a6d7f0 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -7263,6 +7263,12 @@ EchoOff()
 }
 
 void
+RunCommand(char *buf)
+{
+    system(buf);
+}
+
+void
 Colorize(cc, continuation)
      ColorClass cc;
      int continuation;