index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
frameworks
/
7 gnome
/
copyfile.py
blob: 7e44c48dd1a5380db8ad18fc68a358e6a07be3d3 (
plain
)
1
2
3
4
5
6
#!/usr/bin/env python3
import
sys
import
shutil
shutil
.
copy
(
sys
.
argv
[
1
],
sys
.
argv
[
2
])