Skip to content

Instantly share code, notes, and snippets.

@m0pfin
Last active May 6, 2020 01:36
Show Gist options
  • Save m0pfin/85e1e29adc6b05e9ac7ac817e2be5eb8 to your computer and use it in GitHub Desktop.
Save m0pfin/85e1e29adc6b05e9ac7ac817e2be5eb8 to your computer and use it in GitHub Desktop.
AppleScript
-- Выбираем файл
-- И копирует содержимое файла
set fileCards to "~/applescript/acc.txt"
set theText to read fileCards
set theTextList to paragraphs of theText
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment