Sign in
qemu
/
meson
/
a3d3efd3cfc6e9b0ce8a7536527e1e9ca134f80a
/
.
/
test cases
/
frameworks
/
7 gnome
/
copyfile.py
blob: 7e44c48dd1a5380db8ad18fc68a358e6a07be3d3 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
import
shutil
shutil
.
copy
(
sys
.
argv
[
1
],
sys
.
argv
[
2
])