Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
48 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
])