Files
shinu/update.sh
2017-03-19 19:14:00 +01:00

6 lines
131 B
Bash
Executable File

/usr/local/bin/sbcl --script shinu.lisp
if [ $? -eq 0 ]; then
/usr/local/bin/python3 tweet.py
mv shinu.png "out/`date`.png"
fi