Created
September 5, 2014 05:28
-
-
Save bachya/4f861098e52f95cbee22 to your computer and use it in GitHub Desktop.
Revisions
-
bachya created this gist
Sep 5, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ tell application "Evernote" activate create note from file theFile notebook {"Personal Archive"} tags {"receipt/statement"} end tell