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
/
linuxlike
/
3 linker script
/
copy.py
blob: 49e7a85a354b6c05b2d98b2858009b0358e12e56 (
plain
)
1
2
3
4
5
import
shutil
import
sys
if
__name__
==
'__main__'
:
shutil
.
copy
(
sys
.
argv
[
1
],
sys
.
argv
[
2
])