Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
native
/
5 install script
/
wrap.py
blob: 87508e0083d3f3e540882d61b4eafef22d0d8297 (
plain
)
1
2
3
4
5
6
#!/usr/bin/env python3
import
subprocess
import
sys
subprocess
.
run
(
sys
.
argv
[
1
:])