mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 16:12:14 +00:00
3 lines
66 B
Python
3 lines
66 B
Python
import sys
|
|
open(sys.argv[2], "w").write(open(sys.argv[1]).read())
|