aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/shell/README.md
diff options
context:
space:
mode:
authorGravatar Dave MacLachlan <dmaclach@google.com>2016-02-03 23:31:39 +0000
committerGravatar David Chen <dzc@google.com>2016-02-04 18:10:48 +0000
commit4800626eee5245a062e910b648adb2f291e212c5 (patch)
tree3788c41baf1878357c652ed5df013b0a2d3abb21 /examples/shell/README.md
parent2f4d1c2583b3fc1ce63d7c5eb678f0717c21db1a (diff)
Add shell example to bazel. Includes sh_binary, sh_library and sh_test.
-- MOS_MIGRATED_REVID=113789897
Diffstat (limited to 'examples/shell/README.md')
-rw-r--r--examples/shell/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/shell/README.md b/examples/shell/README.md
new file mode 100644
index 0000000000..da0c726621
--- /dev/null
+++ b/examples/shell/README.md
@@ -0,0 +1,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
+```