Created
May 6, 2020 01:30
-
-
Save m0pfin/7e0980a8c86152b0b3d5e7285cc56861 to your computer and use it in GitHub Desktop.
AppleScript
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 nameProfile to "Auto_" | |
set numberProfile to (current date) as text | |
set the clipboard to nameProfile & numberProfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment