Sign in
qemu
/
meson
/
refs/heads/revert-15408-submit/drop-python-3.7
/
.
/
test cases
/
java
/
11 build subdir
/
copyfile.py
blob: ff42ac3590204fa5f450f30afe59f5e134cdfc40 [
file
]
#!/usr/bin/env python3
import
sys
import
shutil
shutil
.
copyfile
(
sys
.
argv
[
1
],
sys
.
argv
[
2
])