This commit is contained in:
Reid D McKenzie 2025-02-05 18:57:11 -07:00
commit 3275563a18
3 changed files with 13 additions and 0 deletions

6
tools/BUILD.bazel Normal file
View file

@ -0,0 +1,6 @@
package(default_visibility=["//visibility:public"])
sh_binary(
name = "runtool",
srcs = ["runtool.sh"],
)

5
tools/runtool.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
cd "${BUILD_WORKING_DIRECTORY}"
exec "$@"