From 5cc325001bf258b494ca9a306f8671d207a73577 Mon Sep 17 00:00:00 2001 From: Roberto Salas Escalante Date: Mon, 14 Dec 2020 23:21:20 +0100 Subject: [PATCH] correction url --- tree-ES.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tree-ES.sh b/tree-ES.sh index 21f2fe0..755a8d7 100755 --- a/tree-ES.sh +++ b/tree-ES.sh @@ -32,8 +32,8 @@ for ((i=1; i<=2; i++)) new_year=$(date +'%Y') let new_year++ tput setaf 1; tput bold -tput cup $lin $((c - 6)); echo FELICES FIESTAS -tput cup $((lin + 1)) $((c - 9)); echo Y mucho CODIGO en $new_year +tput cup $lin $((c - 6)); echo joyeux Noël ! +tput cup $((lin + 1)) $((c - 9)); echo Bonne Année $new_year let c++ k=1