load("//:sh_path.bzl", "write_sh_path")

# This rule prints the shell path to the output file.
write_sh_path(
    name = "get_sh_path",
    out = "result",
)
