mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-26 18:11:45 +01:00
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:
parent
b5b94ae9a5
commit
9a0a96dbbd
15
start_devserver
Executable file
15
start_devserver
Executable 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
|
||||
Loading…
x
Reference in New Issue
Block a user