From 039b300bb6a49f18268a4294a114eeac30cd4bbe Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 15 Feb 2024 11:17:16 +0100 Subject: qotd: Clobber quote of the day file --- .local/bin/qotd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/qotd b/.local/bin/qotd index 056af85..e7e93e3 100755 --- a/.local/bin/qotd +++ b/.local/bin/qotd @@ -22,4 +22,4 @@ if older_than_today $QUOTES { older_than_today $QOTD && yq -0 '.mangoes.[].quote.content' <$QUOTES | shuf -zn1 -| tr '\0' '\n' >$QOTD +| tr '\0' '\n' >!$QOTD -- cgit v1.2.3