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