diff --git a/scripts/upload_log.sh b/scripts/upload_log.sh index d315988..5f66531 100755 --- a/scripts/upload_log.sh +++ b/scripts/upload_log.sh @@ -1,3 +1,16 @@ +#!/bin/bash + +#=======================================================================# +# Copyright (C) 2020 - 2022 Dominik Willner # +# # +# This file is part of KIAUH - Klipper Installation And Update Helper # +# https://github.com/th33xitus/kiauh # +# # +# This file may be distributed under the terms of the GNU GPLv3 license # +#=======================================================================# + +set -e + function accept_upload_conditions(){ top_border echo -e "| ${red}~~~~~~~~~~~ [ Upload Agreement ] ~~~~~~~~~~~~${white} |"