Sign in
qemu
/
meson
/
1e2e30bbcfea876e05ce5b863579dc7eb71b5fb3
/
.
/
test cases
/
common
/
41 test args
/
copyfile.py
blob: ff42ac3590204fa5f450f30afe59f5e134cdfc40 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
import
shutil
shutil
.
copyfile
(
sys
.
argv
[
1
],
sys
.
argv
[
2
])