Skip to content

Instantly share code, notes, and snippets.

@mscottford
Created January 9, 2014 18:52
Show Gist options
  • Save mscottford/8339754 to your computer and use it in GitHub Desktop.
Save mscottford/8339754 to your computer and use it in GitHub Desktop.
bash syntax for running an audio alert after a string of commands finish (even if one of them fails)
{ echo 'one' && echo 'two'; }; say 'yo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment