Fix pt-BR spelling
Changes to be committed: modified: tree-PT.sh
This commit is contained in:
parent
d9194c984b
commit
c46566283d
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ new_year=$(date +'%Y')
|
||||||
let new_year++
|
let new_year++
|
||||||
tput setaf 1; tput bold
|
tput setaf 1; tput bold
|
||||||
tput cup $lin $((c - 4)); echo FELIZ NATAL
|
tput cup $lin $((c - 4)); echo FELIZ NATAL
|
||||||
tput cup $((lin + 1)) $((c - 9)); echo E muito CODIGO em $new_year
|
tput cup $((lin + 1)) $((c - 9)); echo E muito CÓDIGO em $new_year
|
||||||
let c++
|
let c++
|
||||||
k=1
|
k=1
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ while true; do
|
||||||
color=$(((color+1)%8))
|
color=$(((color+1)%8))
|
||||||
# Flashing text
|
# Flashing text
|
||||||
sh=1
|
sh=1
|
||||||
for l in C O D I G O
|
for l in C Ó D I G O
|
||||||
do
|
do
|
||||||
tput cup $((lin+1)) $((c-3+sh))
|
tput cup $((lin+1)) $((c-3+sh))
|
||||||
echo $l
|
echo $l
|
||||||
|
|
Loading…
Reference in a new issue