Last active
May 6, 2020 01:36
-
-
Save m0pfin/85e1e29adc6b05e9ac7ac817e2be5eb8 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 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