aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/shell/README.md
blob: da0c72662120e03bf07c149ed6a962126cf96df3 (plain)
1
2
3
4
5
6
7
8
9
10
# Shell Examples

These examples demonstrate building shell binaries, libraries, and tests.
They also show methods to access runfiles from different shell targets.

```
bazel build examples/shell:bin
bazel build examples/shell:lib
bazel test examples/shell:test
```