From 8c05e81a44e5dbd863315bf0acf4527938db857b Mon Sep 17 00:00:00 2001 From: Eric Mitchell Date: Wed, 22 Apr 2026 23:21:08 -0400 Subject: [PATCH] fix misfortune --- README.md | 2 +- tetosong | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99370ae..15b2481 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Now with optional Teto speaking in your terminal via ffplay! Just SV2, for now. ## **Dependencies** ### install.sh and tetosong -fortune/fortune-mod +fortune/fortune-mod or misfortune ffmpeg -optional for speaking Teto diff --git a/tetosong b/tetosong index 33777f7..7ac1c94 100644 --- a/tetosong +++ b/tetosong @@ -16,7 +16,7 @@ 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 + misfortune ~/.local/share/tetosong/* # fortune doesnt care if you give it a directory, apparently misfortune does. watch this be a problem when i go to add SynthV Teto in a separate file. fi else if [ "$AUDIO" = "YES" ]; then