scons_gd/scons/test/option/hash-format/build.py
2022-10-15 16:06:26 +02:00

3 lines
103 B
Python

import sys
with open(sys.argv[1], 'wb') as f, open(sys.argv[2], 'rb') as infp:
f.write(infp.read())