mirror of
https://github.com/boostorg/build.git
synced 2026-07-21 13:13:39 +00:00
6644eb0227
[SVN r48442]
3 lines
66 B
Python
3 lines
66 B
Python
import sys
|
|
open(sys.argv[2], "w").write(open(sys.argv[1]).read())
|