Skip to content

Instantly share code, notes, and snippets.

@ichramm
Created October 3, 2020 01:21
Show Gist options
  • Save ichramm/4b3c3a8f74d7a2e181f1215a7b1f4086 to your computer and use it in GitHub Desktop.
Save ichramm/4b3c3a8f74d7a2e181f1215a7b1f4086 to your computer and use it in GitHub Desktop.
bash sleep random decimal
sleep $(awk "BEGIN{print 1 + 1 / $(($RANDOM % 5 + 1))}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment