Add new script and scripts folder

This commit is contained in:
stefiosif
2024-08-04 15:54:43 +03:00
parent 688a401a3d
commit 1988a7e309
4 changed files with 17 additions and 7 deletions

5
scripts/run_perft.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
cargo build --release
./target/release/ippos perft

5
scripts/run_uci.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
cargo build --release
./target/release/ippos uci