Created
May 2, 2016 21:20
-
-
Save jjb/36ca071a3d05d455a3e6fb1ec88a4143 to your computer and use it in GitHub Desktop.
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
function alert { | |
if (( $? == 0 )) then | |
unicornleap > /dev/null & | |
say -v trinoids 'successfully done' | |
else | |
say -v bad 'failed' | |
fi | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment