Created
October 3, 2020 01:21
-
-
Save ichramm/4b3c3a8f74d7a2e181f1215a7b1f4086 to your computer and use it in GitHub Desktop.
bash sleep random decimal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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