blob: 52dc0bbb5d1eb696717750d8b14cd7e24948b8d9 [file] [log] [blame]
#!/usr/bin/env python3
import sys
with open(sys.argv[1], 'rb') as ifile:
with open(sys.argv[2], 'w') as ofile:
ofile.write('Everything ok.\n')