Skip to content

Instantly share code, notes, and snippets.

@onjin
Created December 4, 2014 08:15
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 onjin/caf9797f9843205fb43e to your computer and use it in GitHub Desktop.
Save onjin/caf9797f9843205fb43e to your computer and use it in GitHub Desktop.
long running job notification
job:
longjob()
if [ -f /usr/bin/notify-send ]; then /usr/bin/notify-send -t 60000 -u critical -a "frontend" -c docker,frontend "Docker build" "Frontend docker build at<br/>`pwd`"; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment