load("@rules_shell//shell:sh_library.bzl", "sh_library")

sh_library(
    name="sh_lib",
    deps = ["@macro_rule"]
)
