blob: c49e0dd59d95283e8981a1a5af3afb738afdf0c3 [file] [log] [blame]
#!/usr/bin/env python3
import sys
with open(sys.argv[1], 'rb') as infile, open(sys.argv[2], 'wb') as outfile:
outfile.write(infile.read())