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
/
common
/
214 source set custom target
/
cp.py
blob: cb09cf399b7157d9e20da3c889c75477bff20520 (
plain
)
1
2
3
4
5
#! /usr/bin/env python3
import
sys
from
shutil
import
copyfile
copyfile
(
*
sys
.
argv
[
1
:])