-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Queue commands received during search.
- Loading branch information
Showing
3 changed files
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
#!/bin/bash | ||
|
||
( | ||
printf 'uci\nsetoption name Hash value 16\nucinewgame\nisready\n\nposition startpos\ngo wtime 3600000\n' | ||
sleep 8 | ||
printf 'stop\n' | ||
printf 'position fen rn1qkb1r/1pp2pP1/3p4/p5Bp/4P3/2N5/PPP2PPP/R2bKB1R b KQkq - 0 9\ngo btime 3600000\n' | ||
sleep 2 | ||
printf 'stop\n' | ||
printf 'position fen rn2kb2/p3p1p1/2p1r3/1P2q3/3PBPb1/4Q2p/1P1P2PP/R1B1K2R w KQq - 0 17\ngo wtime 3600000\n' | ||
sleep 2 | ||
printf 'stop\nquit\n' | ||
printf 'uci\nsetoption name Hash value 64\nucinewgame\nisready\n\nposition startpos\ngo wtime 180000\n' | ||
printf 'position fen rn1qkb1r/1pp2pP1/3p4/p5Bp/4P3/2N5/PPP2PPP/R2bKB1R b KQkq - 0 9\ngo btime 60000\n' | ||
printf 'position fen rn2kb2/p3p1p1/2p1r3/1P2q3/3PBPb1/4Q2p/1P1P2PP/R1B1K2R w KQq - 0 17\ngo wtime 60000\n' | ||
printf 'position fen 8/8/7k/8/8/7K/1P6/8 b - - 0 1\ngo btime 10000\n' | ||
printf 'quit\n' | ||
) | "$1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters