orange-openSource--aws-terr.../automation/Makefile/delete_automatic_content.sh
Fabien Gaubert 5cf2ac0217 Init
2023-06-21 14:41:43 +02:00

16 lines
444 B
Bash
Executable file

#!/usr/bin/env sh
#
# // Software Name : AWSTerraformStarterKit
# // SPDX-FileCopyrightText: Copyright (c) 2023 Orange Business
# // SPDX-License-Identifier: BSD-3-Clause
# //
# // This software is distributed under the BSD License;
# // see the LICENSE file for more details.
# //
# // Author: AWS Practice Team <awspractice.core@orange.com>
#
set -e
sed -i '/# Automatic Content Generated/Q' Makefile
sed -i '${/^[[:space:]]*$/d;}' Makefile