Skip to content

Instantly share code, notes, and snippets.

@ngn999
Created November 12, 2012 05:28
Show Gist options
  • Save ngn999/4057657 to your computer and use it in GitHub Desktop.
Save ngn999/4057657 to your computer and use it in GitHub Desktop.
生成uuid
uuidgen | perl -F'-' -ane 'chomp @F;print "DECLARE_UUID(".(join ",",map { "0x".$_ } @F).");";print "\n";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment