Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tree-ES.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down