shakmaty-syzygy 0.12.1

Probe Syzygy tablebases
Documentation
#!/bin/sh -e

cd tables/regular
wget -nc -i TEST-SOURCE.txt
cd ../..

cd tables/atomic
wget -nc -i TEST-SOURCE.txt
cd ../..

cd tables/giveaway
wget -nc -i TEST-SOURCE.txt
cd ../..