index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
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
])