Skip to content

Instantly share code, notes, and snippets.

@drewdiver
Last active May 12, 2020 12:13
Show Gist options
  • Save drewdiver/740f6e78cc4ec20632b5d9c5fe8d1cda to your computer and use it in GitHub Desktop.
Save drewdiver/740f6e78cc4ec20632b5d9c5fe8d1cda to your computer and use it in GitHub Desktop.
Generate a UUID to the macOS clipboard
set newUUID to do shell script "uuidgen"
set the clipboard to newUUID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment