Mike Frysinger | 9ca374b | 2019-10-05 14:59:25 -0400 | [diff] [blame] | 1 | #!/bin/sh |
Zdenek Behan | 9ca7943 | 2011-02-06 18:41:10 +0100 | [diff] [blame] | 2 | # 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 James | ed079b1 | 2011-05-17 14:53:15 -0700 | [diff] [blame] | 6 | export DEFAULT_INSTALL_MASK |
Zdenek Behan | 9ca7943 | 2011-02-06 18:41:10 +0100 | [diff] [blame] | 7 | |
Anand K Mistry | 70bf12c | 2019-08-21 13:49:15 +1000 | [diff] [blame] | 8 | # Exec the devserver, replacing this shell process. |
| 9 | exec /usr/lib/devserver/devserver.py "$@" |