Sign in
qemu
/
meson
/
ef83d943d96c5d73c09bd6e2abbfdbb15ae73029
/
.
/
test cases
/
common
/
143 list of file sources
/
gen.py
blob: 2337d3d6bcceca5bed5b9ebc533b3ffe57e2f55f [
file
] [
log
] [
blame
]
import
shutil
import
sys
if
__name__
==
'__main__'
:
if
len
(
sys
.
argv
)
!=
3
:
raise
Exception
(
'Requires exactly 2 args'
)
shutil
.
copy2
(
sys
.
argv
[
1
],
sys
.
argv
[
2
])