image_builder: add header

This commit is contained in:
Artem Smirnov
2018-09-27 23:15:27 +03:00
parent 020f3b6259
commit 852308c78d

View File

@@ -1,16 +1,18 @@
#! /usr/bin/env bash
#
# Script for image configure
# @urpylka Artem Smirnov
# Script for install software to the image.
#
# Copyright (C) 2018 Copter Express Technologies
#
# Author: Artem Smirnov <urpylka@gmail.com>
#
# Distributed under MIT License (available at https://opensource.org/licenses/MIT).
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# Exit immidiately on non-zero result
set -e
##################################################################################################################################
# Image software installation
##################################################################################################################################
set -e # Exit immidiately on non-zero result
echo_stamp() {
# TEMPLATE: echo_stamp <TEXT> <TYPE>