Skip to content

Instantly share code, notes, and snippets.

@o0-o
Last active May 7, 2019 02:30
Show Gist options
  • Save o0-o/188c5549296f30560d15bcc9c9f84b7b to your computer and use it in GitHub Desktop.
Save o0-o/188c5549296f30560d15bcc9c9f84b7b to your computer and use it in GitHub Desktop.
[UUID] Prints a randomly generated UUID #Shell
# uuid.sh
uuidgen 2>/dev/null ||
exit 1 #fail
exit 0 #success
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment