correction url
This commit is contained in:
parent
bfea545af6
commit
5cc325001b
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ for ((i=1; i<=2; i++))
|
||||||
new_year=$(date +'%Y')
|
new_year=$(date +'%Y')
|
||||||
let new_year++
|
let new_year++
|
||||||
tput setaf 1; tput bold
|
tput setaf 1; tput bold
|
||||||
tput cup $lin $((c - 6)); echo FELICES FIESTAS
|
tput cup $lin $((c - 6)); echo joyeux Noël !
|
||||||
tput cup $((lin + 1)) $((c - 9)); echo Y mucho CODIGO en $new_year
|
tput cup $((lin + 1)) $((c - 9)); echo Bonne Année $new_year
|
||||||
let c++
|
let c++
|
||||||
k=1
|
k=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue