blob: 06fa7fb5c22f066ae9c4d05d0995419130012e24 [file] [log] [blame]
Mike Frysinger9ca374b2019-10-05 14:59:25 -04001#!/bin/sh
Zdenek Behan9ca79432011-02-06 18:41:10 +01002# Copyright (c) 2010 The Chromium OS 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
David Jamesed079b12011-05-17 14:53:15 -07006export DEFAULT_INSTALL_MASK
Zdenek Behan9ca79432011-02-06 18:41:10 +01007
Anand K Mistry70bf12c2019-08-21 13:49:15 +10008# Exec the devserver, replacing this shell process.
9exec /usr/lib/devserver/devserver.py "$@"