4 lines
153 B
Bash
4 lines
153 B
Bash
#!/bin/sh
|
|
# Start XBoard to play against Sushi
|
|
xboard -thinking -firstChessProgram suicideChess -secondChessProgram suicideChess -variant suicide -debug
|