zenity/scripts/notification-listen.sh

5 lines
90 B
Bash
Raw Normal View History

2022-03-24 12:37:21 -04:00
#!/bin/sh
cat <<EOH| zenity --notification --listen
message: this is the message text
EOH