From 4d90b1d649cb1a39b68909fd394c684d251fc0f7 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 6 May 2022 22:23:31 +0200 Subject: [PATCH] ajout titre dans l'echo de fin --- genlog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genlog.sh b/genlog.sh index 04b30e6..7fe2fb4 100755 --- a/genlog.sh +++ b/genlog.sh @@ -43,7 +43,7 @@ do rm "$tempdir/*" # je crois c'est bon - echo "OK: $gmi_file" + echo "OK: $title -> $gmi_file" done