diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-15 11:17:16 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-15 11:17:16 +0100 |
commit | 039b300bb6a49f18268a4294a114eeac30cd4bbe (patch) | |
tree | 241c424a596a4da396e4891fe0c5017240d8f18b /.local/bin/qotd | |
parent | a8b86caa5de2963ebe7996bcbc6a63bdfe43ff2f (diff) |
qotd: Clobber quote of the day file
Diffstat (limited to '.local/bin/qotd')
-rwxr-xr-x | .local/bin/qotd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |