better date format

This commit is contained in:
2017-03-19 19:12:37 +01:00
parent 3ca2a0a618
commit 9682e5f607

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 +"%T"`.png mv shinu.png out/`date`.png
fi fi