Skip to content

Instantly share code, notes, and snippets.

@johntbush
Last active August 29, 2015 14:16
Show Gist options
  • Save johntbush/e107d937429a308ba062 to your computer and use it in GitHub Desktop.
Save johntbush/e107d937429a308ba062 to your computer and use it in GitHub Desktop.
retry example
retry(10) {
// to some stuff that might need a few kicks in the butt before it works
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment