Copy over runfiles library from Bazel (#13)

This uses `root_symlinks` to preserve the fixed runfiles path at which
the library must be available and the private `skip_conflict_checking`
attribute to preserve backwards compatibility by not enabling strict
runfiles path conflict checking.
10 files changed
tree: bd89c6fa4a04c8e09a21f2679c8c581d1cd89509
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. shell/
  5. tests/
  6. .bazelignore
  7. .bazelversion
  8. .gitignore
  9. CONTRIBUTING.md
  10. LICENSE
  11. MODULE.bazel
  12. README.md
  13. WORKSPACE
README.md

rules_shell

This repository contains the Bazel ruleset for shell scripts.