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

6 lines
129 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