From 6376517472259310185b224f58973fdc24edbe6a Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Mon, 16 Oct 2017 14:22:47 -0400 Subject: 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 Reviewed-by: Kevin Lubick Reviewed-by: Ravi Mistry --- bin/try.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bin/try.bat (limited to 'bin/try.bat') diff --git a/bin/try.bat b/bin/try.bat new file mode 100644 index 0000000000..a0685c7f89 --- /dev/null +++ b/bin/try.bat @@ -0,0 +1,6 @@ +@echo off +:: Copyright 2017 Google Inc. +:: +:: Use of this source code is governed by a BSD-style license that can be +:: found in the LICENSE file. +python "%~dp0\try.py" %* -- cgit v1.2.3