#!/bin/bash -x

game_file=$HOME/chess/gameofday.pgn

perl -MChess::Games::DotCom -e game_of_day
cat game_of_day.pgn >> $game_file
