From ebdda0e258c4964f10be8102e5838169ce473af1 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Thu, 26 Dec 2024 19:34:01 +0100 Subject: [PATCH] Add date output to runner script --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index d78b4da..6a7388b 100755 --- a/run.sh +++ b/run.sh @@ -1,6 +1,8 @@ #!/bin/bash while true; do + date ./parser.py + echo -e "\n\n" sleep 600 done