Use launcher wrapper to initialize runfiles (#38)

This avoid the need to copy&paste the verbose initialization snippet
into every script.

This should resolve the issues raised in #24.

---------

Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
8 files changed
tree: 1ce85e863a9c4dc46ae790c34d369035bd7ba9c9
  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.