From: rick Date: Fri, 13 May 2022 23:51:28 +0000 (+0200) Subject: update licence comments X-Git-Tag: vFR_EN~20 X-Git-Url: http://git.gyiwr.tf/?a=commitdiff_plain;h=4c65f2fa0a54a3448009c3bf72fb76bef2cdebdb;p=gyiwr.git update licence comments --- diff --git a/generate.sh b/generate.sh index 0a230dd..fadbea3 100755 --- a/generate.sh +++ b/generate.sh @@ -1,5 +1,6 @@ #!/bin/bash +################################################################################ # Génère les fichiers HTML de mon site # # Copyright (C) 2022 rick G. @@ -15,6 +16,7 @@ # # You should have received a copy of the GNU General Public License along with # this program. If not, see . +################################################################################ # liste des fichiers html à générer files="autres.html copaings.html index.html ou.html projets.html rss.html" @@ -26,6 +28,9 @@ header="header.html" footer="footer.html" org=1 +################################################################################ +# Génère un message d'aide +################################################################################ function print_help { echo "usage : generate.sh [-o] []" echo -e "\tgénère les fichiers HTML du site. Il est possible de changer" diff --git a/import.sh b/import.sh index 9bd8991..897ca02 100755 --- a/import.sh +++ b/import.sh @@ -1,5 +1,6 @@ #!/bin/bash +################################################################################ # importe les fichiers org modifiés pour une publication # # Copyright (C) 2022 rick G. @@ -15,6 +16,7 @@ # # You should have received a copy of the GNU General Public License along with # this program. If not, see . +################################################################################ # couleurs red="\e[31m"