mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-12-01 22:16:27 +00:00
e285764b78
* Reorganized examples * Documentation * Third party
6 lines
38 B
Bash
Executable file
6 lines
38 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
$1 $2 $3
|