hunspell: Cleanup to fix the header include guards under google/ directory.
[chromium-blink-merge.git] / tools / mb / mb
blobd3a0cdf019c6d1bf39e993304047f9671743f740
1 #!/usr/bin/env bash
2 # Copyright 2015 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
6 base_dir=$(dirname "$0")
8 PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/mb.py" "$@"