mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-04 20:30:59 -05:00
10 lines
158 B
Python
10 lines
158 B
Python
|
exports_files(["repo_command.sh.in"])
|
||
|
|
||
|
sh_library(
|
||
|
name = "base_lib",
|
||
|
srcs = [
|
||
|
"lib.bash",
|
||
|
],
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|