#!/bin/bash TITLE=$1 MSG=$2 osascript -e "display notification \"$MSG\" with title \"$TITLE\" sound name \"Ping\"" &> /dev/null