6 lines
135 B
Bash
Executable File
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
|