Add -afterGame option
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 10 Sep 2011 12:01:58 +0000 (14:01 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 13 Sep 2011 21:05:08 +0000 (23:05 +0200)
commit4d04bc8a6c2d5e410d519b25164613c5e5c2d160
treec9dad82e73c162304a168332f41a3ef16560af2c
parent444104622a627bfee533f8828b35f2acc68c8579
Add -afterGame option

This option specifies a command line to be executed after each game of
a tournament. To execute the line, the function RunCommand() was added
in the front-end. For XBoard this was a simple call to system(); for
WinBoard part of the StartChildProcess code was cloned (without the pipe
stuff).
args.h
backend.c
common.h
frontend.h
winboard/winboard.c
xboard.c