Skip to content

Instantly share code, notes, and snippets.

@cjus
Last active December 27, 2015 15:39
Show Gist options
  • Save cjus/7349026 to your computer and use it in GitHub Desktop.
Save cjus/7349026 to your computer and use it in GitHub Desktop.
Add uuid alias command to your bash shell
# place line below in .bash_profile
alias uuid='python -c "from uuid import uuid4; print uuid4();"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment