Skip to content

Instantly share code, notes, and snippets.

@mlen
Created January 11, 2013 18:01
Show Gist options
  • Save mlen/4512709 to your computer and use it in GitHub Desktop.
Save mlen/4512709 to your computer and use it in GitHub Desktop.
Ping with audio output!
audio-ping() {
ping $* 1>&2 |
while read; do say "ping"; done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment