mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
Add copyright and script description
BUG=none TEST=Reran script looking for syntax errors Review URL: http://codereview.chromium.org/2958009
This commit is contained in:
parent
bfe72ce842
commit
335a8eb131
@ -1,5 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2009 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.
|
||||
|
||||
# Script to push the output of build_image.sh to a remote image server
|
||||
|
||||
# Load common constants. This should be the first executable line.
|
||||
# The path to common.sh should be relative to your script's location.
|
||||
. "$(dirname "$0")/common.sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user