aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bisect_roll
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bisect_roll')
-rwxr-xr-xtools/bisect_roll9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/bisect_roll b/tools/bisect_roll
new file mode 100755
index 0000000000..4c3a620ed7
--- /dev/null
+++ b/tools/bisect_roll
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+# Copyright 2018 Google Inc.
+#
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+base_dir=$(dirname "$0")
+go run "$base_dir/bisect_roll.go" "$@"