Skip to content

Instantly share code, notes, and snippets.

@gabrielke
Last active January 19, 2018 14:13
Show Gist options
  • Save gabrielke/ea5ca07b5de8977cb3faf8db34052004 to your computer and use it in GitHub Desktop.
Save gabrielke/ea5ca07b5de8977cb3faf8db34052004 to your computer and use it in GitHub Desktop.
Super simple random sleep
perl -e 'sleep int(rand(3600))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment