5 lines
111 B
Bash
5 lines
111 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
exec zenity --notification \
|
||
|
--window-icon="info" \
|
||
|
--text="There are system updates necessary!"
|