From 84568c355fb179a6d0d38ee6e8f5ca3a69efcccb Mon Sep 17 00:00:00 2001 From: Bruno21 Date: Fri, 18 Oct 2024 09:48:09 +0200 Subject: [PATCH] =?UTF-8?q?Affichage=20du=20nom=20du=20fichier=20d?= =?UTF-8?q?=E2=80=99export=20(html=20ou=20md)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bashbirds.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bashbirds.sh b/bashbirds.sh index 07ccde3..5786625 100755 --- a/bashbirds.sh +++ b/bashbirds.sh @@ -8,6 +8,7 @@ green="\033[0;32m" yellow="\033[0;33m" yellowbold="\033[1;33m" bold="\033[1m" +italic="\033[3m" #bold_under="\033[1;4m" underline="\033[4m" reset="\033[0m" @@ -139,7 +140,7 @@ req2() { html elif [ $ext = ".md" ]; then - echo -e "${yellow}Exporting markdown file...${reset}" + echo -e "${yellow}Exporting markdown file ${italic}$ScriptWorkDir/liste_oiseaux$ext !${reset}" bird=$(echo "$birds" | sed 's/\ //g') echo -e "$bird" > "liste_oiseaux$ext" fi @@ -149,7 +150,7 @@ req2() { html() { -echo -e "${yellow}Exporting html file...${reset}" +echo -e "${yellow}Exporting html file ${italic}$ScriptWorkDir/liste_oiseaux.html !${reset}" cat > liste_oiseaux.html << EOF