Created
November 17, 2017 13:31
-
-
Save MartyLake/5701eeda48257368c4930209318be8f5 to your computer and use it in GitHub Desktop.
Notify when long operation completes
This file contains 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
all: | |
long_operation.sh | |
notify: | |
display -resize 1000x1000 '${HOME}/done.jpg' | |
#if you want to get notified at the end of long operetion, just use: | |
# ’make all notify’ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment