aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/try
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-10-16 14:22:47 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-16 19:37:11 +0000
commit6376517472259310185b224f58973fdc24edbe6a (patch)
treecce4861ae0c5d4efcbcdc87e96648263468a3fa2 /bin/try
parentcc7a2f6864945ac7c96ce8900f6f339c4fb95f3b (diff)
Add bin/try script
Wrapper for "git cl try" which allows searching jobs using regular expressions. Bug: skia: Change-Id: I07a1b487f2eca9da7df4c4d4c65e22e459b76fed Reviewed-on: https://skia-review.googlesource.com/60261 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'bin/try')
-rwxr-xr-xbin/try10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/try b/bin/try
new file mode 100755
index 0000000000..6bc08bdeb0
--- /dev/null
+++ b/bin/try
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+# Copyright 2017 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")
+
+python "$base_dir/try.py" "$@"