Created
January 9, 2014 18:52
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ echo 'one' && echo 'two'; }; say 'yo' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment