Last active
March 13, 2023 11:21
-
-
Save ssyrota/aff852701e3ade4bb7ca7a8f98835798 to your computer and use it in GitHub Desktop.
new uuid bash
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
new_uuid(){ | |
printf "%s" $(uuidgen | awk '{print tolower($0)}') | pbcopy | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment