5 lines
90 B
Bash
5 lines
90 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOH| zenity --notification --listen
|
||
|
message: this is the message text
|
||
|
EOH
|