Skip to content

Commit ae64941

Browse files
committed
add multitool runner
1 parent 0b50f82 commit ae64941

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

multitool.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
cd /d %~dp0
3+
bazel --quiet --noclient_debug run "@multitool//tools/multitool:cwd" -- %*

multitool.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bazel --quiet --noclient_debug run "@multitool//tools/multitool:cwd" -- "$@"

0 commit comments

Comments
 (0)