Sign in
bazel
/
rules_cc
/
80b5b6b64b5542b3bf5ec57ba3f88092761de9f1
/
.
/
cc
/
private
/
toolchain
/
build_interface_so
blob: 626e707c6ceb2d0361b3eca7fc29d66faa6d9d37 [
file
] [
log
] [
blame
]
#!/bin/bash
if
[[
$
# != 2 ]]; then
echo
"Usage: $0 <so> <interface so>"
1
>&
2
exit
1
fi
exec cp $1 $2