Last active
May 12, 2020 12:13
-
-
Save drewdiver/740f6e78cc4ec20632b5d9c5fe8d1cda to your computer and use it in GitHub Desktop.
Generate a UUID to the macOS clipboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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