blob: 1b8b9bdfb05f58974c87fce5e1dc6da73496b919 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001#!/bin/sh
2# Copyright 2013 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.
5
6set -e
7base=$(dirname "$0")
8exec python "${base}/gyp_main.py" "$@"