scons_gd/scons/test/option/hash-format/build.py

3 lines
103 B
Python
Raw Permalink Normal View History

2022-10-15 16:06:26 +02:00
import sys
with open(sys.argv[1], 'wb') as f, open(sys.argv[2], 'rb') as infp:
f.write(infp.read())