mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
9 lines
367 B
Bash
9 lines
367 B
Bash
#!/bin/bash
|
|
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Temporary placeholders to call new buildbot script locations until
|
|
# buildbot master config can be pointed to new location.
|
|
|
|
exec $(dirname $0)/buildbot/bb_webkit_latest_builder.sh "$@"
|