Skip to content

Commit

Permalink
Add .fens
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnold committed Mar 5, 2024
1 parent 759f61a commit a6a2d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fengen-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ thread_count=$(($(nproc --all) - 1));
host_name=$(hostname | cut -c13-)
version=$(grep -Po '(?<=VERSION = )[\d]+' makefile)
network=$(grep -Po '(?<=MAIN_NETWORK = berserk-)[A-Za-z0-9]+(?=\.nn)' makefile)
file_name="berserk$version.$network.$host_name"
file_name="berserk$version.$network.$host_name.fens"

while true; do
./berserk --threads $thread_count \
Expand Down

0 comments on commit a6a2d70

Please sign in to comment.