#!/bin/bash
# Cron wrapper for chess_shorts bot. Runs every 6 hours.
set -e
export PATH=/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin
cd /home/working/public_html/chess_shorts
/bin/python3 /home/working/public_html/chess_shorts/bot/generate_short.py
