Skip to content

Instantly share code, notes, and snippets.

@jossef
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save jossef/925342e51c1e2c1af66b to your computer and use it in GitHub Desktop.

Select an option

Save jossef/925342e51c1e2c1af66b to your computer and use it in GitHub Desktop.
python create guid uuid
#! /bin/sh
python -c 'import uuid; print uuid.uuid4()'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment