From 9682e5f607e9d5f866da3a10818b6593e434b019 Mon Sep 17 00:00:00 2001 From: hellerve Date: Sun, 19 Mar 2017 19:12:37 +0100 Subject: [PATCH] better date format --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 8fb4a78..290030f 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,5 @@ /usr/local/bin/sbcl --script shinu.lisp if [ $? -eq 0 ]; then /usr/local/bin/python3 tweet.py - mv shinu.png out/`date +"%T"`.png + mv shinu.png out/`date`.png fi