Add new script and scripts folder
This commit is contained in:
5
scripts/run_perft.sh
Executable file
5
scripts/run_perft.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cargo build --release
|
||||
|
||||
./target/release/ippos perft
|
||||
5
scripts/run_uci.sh
Executable file
5
scripts/run_uci.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cargo build --release
|
||||
|
||||
./target/release/ippos uci
|
||||
Reference in New Issue
Block a user