Skip to content

Instantly share code, notes, and snippets.

@pinkisemils
Created April 2, 2017 19:40
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 pinkisemils/ba22f26950134abbbe859be1578ccbfa to your computer and use it in GitHub Desktop.
Save pinkisemils/ba22f26950134abbbe859be1578ccbfa to your computer and use it in GitHub Desktop.
function aa(){
$@;
ret_v=$?
if [ "$ret_v" = "0" ]; then
notify-send "$1 finished successfully"
else
notify-send "$1 finished with $ret_v"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment