diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-06 20:58:18 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-06 20:58:47 +0100 |
commit | db7321af115a79b63267cb18889cbd334e8ca6e2 (patch) | |
tree | ec388295051ebc1f3d79bd3baf79b7f12f076cda /.local/bin/qotd | |
parent | f2fde1570a04a654e2ed0c165d56feb29ddb25bf (diff) |
scripts: Move many a script from sh to andy
Diffstat (limited to '.local/bin/qotd')
-rwxr-xr-x | .local/bin/qotd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/qotd b/.local/bin/qotd index 7bf6e03..5c7d72d 100755 --- a/.local/bin/qotd +++ b/.local/bin/qotd @@ -9,8 +9,8 @@ func older_than_today file { test $mod != `date +%F } -set QUOTES $XDG_DATA_HOME/romir/quotes.yml -set QOTD $XDG_CACHE_HOME/qotd +set QUOTES $(XDG_DATA_HOME:$HOME/.local/share)/romir/quotes.yml +set QOTD $(XDG_CACHE_HOME:$HOME/.cache)/qotd if older_than_today $QUOTES { mkdir -p `dirname $QUOTES |