Skip to content

Instantly share code, notes, and snippets.

@qinshulei
Created July 29, 2015 08:31
Show Gist options
  • Select an option

  • Save qinshulei/984eef41fbd01b8e92aa to your computer and use it in GitHub Desktop.

Select an option

Save qinshulei/984eef41fbd01b8e92aa to your computer and use it in GitHub Desktop.
retry n times, then failed
for i in 1 2 3 4 5; do command && break || sleep 15; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment