quote output filename

This commit is contained in:
2017-03-19 19:14:00 +01:00
parent 9682e5f607
commit c4da66c15c

View File

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