Skip to content

Instantly share code, notes, and snippets.

@elisehuard
Last active August 29, 2015 13:58
Show Gist options
  • Save elisehuard/10265838 to your computer and use it in GitHub Desktop.
Save elisehuard/10265838 to your computer and use it in GitHub Desktop.
#!/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