Files
shinu/update.sh
2017-03-18 19:21:39 +01:00

6 lines
135 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 +"%T"`.png
fi