Move the dev server script to src/scripts and remove the .sh extension.

Review URL: http://codereview.chromium.org/1153005
This commit is contained in:
Darin Petkov 2010-03-19 16:24:45 -07:00
parent b5b94ae9a5
commit 9a0a96dbbd

15
start_devserver Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
# 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.
# Start the Dev Server after making sure we are running under a chroot.
COMMON_SH="$(dirname "$0")/common.sh"
. "$COMMON_SH"
# Script must be run inside the chroot.
assert_inside_chroot
cd ${GCLIENT_ROOT}/src/platform/dev && python devserver.py