Created
December 28, 2023 19:31
-
-
Save greenygh0st/1b3ff10e33d9a8e892433455ad2e3c8a to your computer and use it in GitHub Desktop.
Random UUID in Ruby via CLI
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
ruby -e "require 'securerandom'; puts SecureRandom.uuid" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment