#!/bin/sh | |
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
export DEFAULT_INSTALL_MASK | |
# Exec the devserver, replacing this shell process. | |
exec /usr/lib/devserver/devserver.py "$@" |