Created
February 27, 2015 22:10
-
-
Save xcsrz/dc2bd6fb753c4bca0dc0 to your computer and use it in GitHub Desktop.
Quick access to a uuid generator using ruby inline
This file contains 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"; print SecureRandom.uuid;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment