Skip to content

Instantly share code, notes, and snippets.

@ssyrota
Last active March 13, 2023 11:21
Show Gist options
  • Save ssyrota/aff852701e3ade4bb7ca7a8f98835798 to your computer and use it in GitHub Desktop.
Save ssyrota/aff852701e3ade4bb7ca7a8f98835798 to your computer and use it in GitHub Desktop.
new uuid bash
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