Skip to content

Instantly share code, notes, and snippets.

@m0pfin
Created May 6, 2020 01:30
Show Gist options
  • Save m0pfin/7e0980a8c86152b0b3d5e7285cc56861 to your computer and use it in GitHub Desktop.
Save m0pfin/7e0980a8c86152b0b3d5e7285cc56861 to your computer and use it in GitHub Desktop.
AppleScript
-- Устанавливаем название и копируем в буффер обмена
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