Sign in
qemu
/
meson
/
374fa7f0da278d46a4c3adb587f4b43089f5d7db
/
.
/
test cases
/
common
/
245 custom target index source
/
copyfile2.py
blob: efbfc28051b8d13fc5df8ff129be34bb77d5d476 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
import
shutil
shutil
.
copyfile
(
sys
.
argv
[
1
],
sys
.
argv
[
2
])
shutil
.
copyfile
(
sys
.
argv
[
3
],
sys
.
argv
[
4
])