2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00
Files
build/example/make/foo.py
Vladimir Prus bc2225da16 Actually unbreak the 'make' test
[SVN r48388]
2008-08-25 19:05:39 +00:00

3 lines
66 B
Python

import sys
open(sys.argv[2], "w").write(open(sys.argv[1]).read())