Skip to content

Instantly share code, notes, and snippets.

@xenatt
Forked from bdsexton/Generate UUID.scpt
Created February 10, 2014 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xenatt/8920683 to your computer and use it in GitHub Desktop.
Save xenatt/8920683 to your computer and use it in GitHub Desktop.
set u to do shell script "uuidgen"
set the clipboard to u
display dialog "UUID in Clipboard:" with title "UUID Generator" default answer u buttons "OK" default button "OK"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment