SoftwarelanguagesbashDisplaying Native GUI Notifications from BashDisplaying Native GUI Notifications from Bash #!/bin/bashsleep 10notify-send "notify.sh" "Task #1 was completed successfully"