Created
December 16, 2021 19:36
-
-
Save smrfeld/803aa0684a3019bbd7cfe9d64a502c3a to your computer and use it in GitHub Desktop.
Copy plist
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
| # Copy the plist file for safety | |
| fname_plist = "tmp.plist" | |
| command = "cp %s %s" % (args.fname_bookmarks, fname_plist) | |
| print("Making temporary copy of reading list: %s" % command) | |
| Popen(command, shell=True).wait() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment