diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/dunst_espeak.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/dunst_espeak.sh b/.local/bin/dunst_espeak.sh index 8ad43fe..4ec79c9 100755 --- a/.local/bin/dunst_espeak.sh +++ b/.local/bin/dunst_espeak.sh @@ -6,5 +6,4 @@ words=$(printf "%s" "$3" | sed 's/<b>//g' | sed 's/<\/b>//g' | sed 's/[^a-zA-Z0-9?!.,% ]//g') -words=$(printf "%s" "$words" | gsed 's/^[0-9]\+//g') espeak "$words" |