Skip to content
Snippets Groups Projects
Verified Commit 1f8cb3aa authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

Print date only for syslog

parent 41668d02
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ exit 1
fi
function preview {
echo "Let's go!"
date
(>&2 echo "Let's go!")
(>&2 date)
(>&2 echo "run twitter")
python3 twitter_bot.py --nofailmessage --daydiff 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment