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
| #!/usr/bin/env python | |
| # Copyright 2013 Evernote Corporation. All rights reserved. | |
| import base64 | |
| import sys | |
| # Copy the base64 string from the ENEX file and put it into a file | |
| # Pipe base64-encoded data to STDIN |
NewerOlder