moved to https://github.com/entrecode/ec.sdk/blob/develop/src/doc/1-cheatsheet.md
This file contains 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
[^\x00-\x7F] |
This file contains 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
#!/usr/bin/osascript | |
set backTo to ((current date) - 90 * days) as string | |
set now to (current date) as string | |
tell application "MoneyMoney" | |
set exported to export accounts | |
end tell | |
set tempDir to (path to temporary items as text) | |
set tempFile to tempDir & "accounts.xml" |