notify - create a notification
$ notify <title> <message> [-I icon-path] [-L launch-url]
-I, --icon-path: Path to icon image file-L, --launch-url: Notification launch URLtitle: Notification titlemessage: Notification messagenotify creates a WindowServer notification with the title title and message message. Optionally, you can also provide an icon path and/or a launch URL for the notification.
$ <command> && notify "Information" "Command succeeded" -I /res/icons/32x32/msgbox-information.png