Skip to content

Instantly share code, notes, and snippets.

@jjb
Created May 2, 2016 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjb/36ca071a3d05d455a3e6fb1ec88a4143 to your computer and use it in GitHub Desktop.
Save jjb/36ca071a3d05d455a3e6fb1ec88a4143 to your computer and use it in GitHub Desktop.
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