blob: a1b2f794ca1e9b39ab8f037caf893e64f9426019 [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2021 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.
# disable -- a shell wrapper for disable.py, to avoid calling disable.py
# directly. This will give us flexibility to restructure things later.
base_dir=$(dirname "$0")
PYTHONDONTWRITEBYTECODE=1 exec vpython3 "$base_dir/disable.py" "$@"