summaryrefslogtreecommitdiff
path: root/help/C/l10n_scripts/notification-listen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/l10n_scripts/notification-listen.sh')
-rwxr-xr-xhelp/C/l10n_scripts/notification-listen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/help/C/l10n_scripts/notification-listen.sh b/help/C/l10n_scripts/notification-listen.sh
new file mode 100755
index 0000000..d773a89
--- /dev/null
+++ b/help/C/l10n_scripts/notification-listen.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cat << EOH| zenity --notification --listen
+message: this is the message text
+EOH