Y
Hacker News
new
|
ask
|
show
|
jobs
by
nicbou
2105 days ago
printf '\a'
or if you want to display a MacOS notification
function alert { osascript -e 'display notification "'"$1"'"' }