adam.nz aboutpostsprojectscontact
# for i in 1 2 3 4 5; do command && break || sleep 15; done
Retry a command 5 times, waiting for 15 seconds before retrying.