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