File make_books of Package crafty
#! /bin/sh # create crafty's rc-files within the BUILD directory HOME=. # Notify the user and tell him to be patient. # Creating books will take a moment (especially on older machines). /bin/echo "Creating bookfiles, this might take a moment." /bin/echo "Please be patient." # create books.bin (for crafty's opening strategy) /bin/echo "books create start.pgn 60" | ./crafty &>/dev/null # create bookc.bin (computer opening book) /bin/echo "bookc create startc.pgn 60 3" | ./crafty &>/dev/null