example script
This commit is contained in:
parent
23925815b1
commit
4820f0da13
6
contrib/dunst_espeak.sh
Executable file
6
contrib/dunst_espeak.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
summary="$2"
|
||||
body="$3"
|
||||
|
||||
echo "$summary $body" | espeak 2>&1
|
Loading…
x
Reference in New Issue
Block a user