I'm trying to run chess-tui bot game with gnuchess engine.
Created script engine.sh:
Gave it execution permissions by chmod +x engine.sh.
Then run:
chess-tui -e /home/alex/engine.sh
After selecting "Play against a bot", chess-tui just hangs.
Can you help me, please, what did I did wrong?