Skip to content

Instantly share code, notes, and snippets.

@mattcmaddox
Created March 6, 2012 19:14
Show Gist options
  • Save mattcmaddox/1988368 to your computer and use it in GitHub Desktop.
Save mattcmaddox/1988368 to your computer and use it in GitHub Desktop.
from sys import argv
from os.path import exists
script, from_file, to_file = argv
action = open(from_file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment