Skip to content

Instantly share code, notes, and snippets.

@moaoa
Created November 3, 2022 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moaoa/7e639197634375447e6f9b0332270b02 to your computer and use it in GitHub Desktop.
Save moaoa/7e639197634375447e6f9b0332270b02 to your computer and use it in GitHub Desktop.
shuf -i 1-10 -n 1
// -i the range (here from 1 to 10)
// -n number of results (here one number between the given range will be printed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment