Skip to main content

Displaying Native GUI Notifications from Bash

#!/bin/bash
sleep 10
osascript -e "display notification \"Task #1 was completed successfully\" with title \"notify.sh\""