Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
native
/
5 install script
/
wrap.py
blob: 87508e0083d3f3e540882d61b4eafef22d0d8297 [
file
] [
edit
]
#!/usr/bin/env python3
import
subprocess
import
sys
subprocess
.
run
(
sys
.
argv
[
1
:])