diff --git a/bin/list-skia-bots b/bin/list-skia-bots old mode 100644 new mode 100755 diff --git a/bin/try-clients b/bin/try-clients new file mode 100755 index 0000000000..8d9f9b48aa --- /dev/null +++ b/bin/try-clients @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Copyright 2019 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" "mac_chromium_compile_dbg|G3_Framework|Android_Framework|Build-.*-Flutter"