mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +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()) |