From 02d064ceef27d66a0d748a21e998e419a360e5d8 Mon Sep 17 00:00:00 2001 From: Eric Mitchell Date: Fri, 24 Apr 2026 11:10:22 -0400 Subject: [PATCH] Update tetosong --- tetosong | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tetosong b/tetosong index f656387..6d460ec 100644 --- a/tetosong +++ b/tetosong @@ -40,11 +40,11 @@ if ! [ -x "$(command -v fortune)" ]; then if [ "$AUDIO" = "YES" ]; then nohup ffplay -nodisp -autoexit -v quiet ~/.local/share/tetosong/sv2SOTD.wav 2>/dev/null >/dev/null & fi - misfortune ~/.local/share/tetosong/fortunes/* # fortune doesnt care if you give it a directory, apparently misfortune does. watch this be a problem when i go to add easter eggs in a separate file... + misfortune ~/.local/share/tetosong/fortunes/tetosotd/* # fortune doesnt care if you give it a directory, apparently misfortune does. watch this be a problem when i go to add easter eggs in a separate file... fi else if [ "$AUDIO" = "YES" ]; then nohup ffplay -nodisp -autoexit -v quiet ~/.local/share/tetosong/sv2SOTD.wav 2>/dev/null >/dev/null & fi - fortune ~/.local/share/tetosong/fortunes/ + fortune ~/.local/share/tetosong/fortunes/tetosotd/ fi