Last active
January 23, 2017 16:58
-
-
Save dpmccabe/9e9d9a41d07d12022853 to your computer and use it in GitHub Desktop.
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 x to "" | |
| repeat 12 times | |
| set x to x & some item of "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ12345678901234567890" | |
| end repeat | |
| set the clipboard to x | |
| tell application "System Events" | |
| keystroke "v" using {command down} | |
| end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment