Skip to content

Instantly share code, notes, and snippets.

@paulbrodner
Created November 6, 2019 09:38
Show Gist options
  • Select an option

  • Save paulbrodner/8aadb8a025ee269f84e471657a4bb4f5 to your computer and use it in GitHub Desktop.

Select an option

Save paulbrodner/8aadb8a025ee269f84e471657a4bb4f5 to your computer and use it in GitHub Desktop.
random sleep between 1 and 20
sleep $[ ( $RANDOM % 20 ) + 1 ]s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment