diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-14 17:10:24 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-14 17:10:24 +0100 |
commit | b5908358bf8647d4c28445e0ff70bdeef8bf319b (patch) | |
tree | dbc8b63217399e29ee62666445d84ab879ff3775 /.local/bin/dunst_espeak.sh | |
parent | Less annoying dunst_espeak (diff) | |
download | dotfiles-bsd-b5908358bf8647d4c28445e0ff70bdeef8bf319b.tar.gz dotfiles-bsd-b5908358bf8647d4c28445e0ff70bdeef8bf319b.tar.bz2 dotfiles-bsd-b5908358bf8647d4c28445e0ff70bdeef8bf319b.tar.xz dotfiles-bsd-b5908358bf8647d4c28445e0ff70bdeef8bf319b.tar.zst dotfiles-bsd-b5908358bf8647d4c28445e0ff70bdeef8bf319b.zip |
Bug fixes
Diffstat (limited to '.local/bin/dunst_espeak.sh')
-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" |