Correct shell scripts not running properly
This commit is contained in:
3
resources/match_sushi.sh
Executable file
3
resources/match_sushi.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Shell script to have Sushi play against itself
|
||||
xboard -mode twomachines -thinking -firstChessProgram "java suicideChess/SuicideChess" -secondChessProgram "java suicideChess/SuicideChess" -variant suicide -debug
|
Reference in New Issue
Block a user