Last active
August 29, 2015 13:58
-
-
Save elisehuard/10265838 to your computer and use it in GitHub Desktop.
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
#!/bin/zsh | |
# usage: wake_me <command> | |
echo $@ | |
$@ | |
notification='display notification "'$@'" with title "Finished"' | |
osascript -e "$notification" | |
say -v Deranged "it's finally, finally finished. at last." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment