From ed0a252f8bc429a0bcbea2de1bc9160f203065a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= Date: Wed, 22 Jul 2026 20:22:30 +0200 Subject: [PATCH] Aktuellen Part in speak.sh ausgeben --- speak.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/speak.sh b/speak.sh index e987ec5..99fb366 100755 --- a/speak.sh +++ b/speak.sh @@ -55,6 +55,8 @@ while test "$CHUNK" -le "$CHUNKS"; do continue fi + echo "Generating $OUT" + START=$(( (CHUNK - 1) * 3 + 1 )) END=$(( START + 2 )) @@ -92,3 +94,5 @@ while test "$CHUNK" -le "$CHUNKS"; do CHUNK=$((CHUNK + 1)) done + +echo "Done"