Skip to content

Instantly share code, notes, and snippets.

@rroblak
Created March 4, 2015 23:48
Show Gist options
  • Save rroblak/d46f3fc057f25569ae20 to your computer and use it in GitHub Desktop.
Save rroblak/d46f3fc057f25569ae20 to your computer and use it in GitHub Desktop.
Useful OS X tricks
until some_command_that_is_temporaily_failing; do sleep 30; done; echo 'It works now!' | terminal-notifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment