Update LATAM
This commit is contained in:
parent
01892a7170
commit
518c4940d7
42
LATAM
42
LATAM
@ -323,27 +323,27 @@ Install_key() {
|
|||||||
}
|
}
|
||||||
ofus() {
|
ofus() {
|
||||||
unset server
|
unset server
|
||||||
server=$(echo ${txt_ofuscatw} | cut -d':' -f1)
|
#server=$(echo ${txt_ofuscatw} | cut -d':' -f1)
|
||||||
unset txtofus
|
unset txtofus
|
||||||
number=$(expr length $1)
|
number=$(expr length $1)
|
||||||
for ((i = 1; i < $number + 1; i++)); do
|
for ((i = 1; i < $number + 1; i++)); do
|
||||||
txt[$i]=$(echo "$1" | cut -b $i)
|
txt[$i]=$(echo "$1" | cut -b $i)
|
||||||
case ${txt[$i]} in
|
case ${txt[$i]} in
|
||||||
".") txt[$i]="v" ;;
|
".") txt[$i]="v" ;;
|
||||||
"v") txt[$i]="." ;;
|
"v") txt[$i]="." ;;
|
||||||
"1") txt[$i]="@" ;;
|
"1") txt[$i]="@" ;;
|
||||||
"@") txt[$i]="1" ;;
|
"@") txt[$i]="1" ;;
|
||||||
"2") txt[$i]="?" ;;
|
"2") txt[$i]="?" ;;
|
||||||
"?") txt[$i]="2" ;;
|
"?") txt[$i]="2" ;;
|
||||||
"4") txt[$i]="p" ;;
|
"4") txt[$i]="p" ;;
|
||||||
"p") txt[$i]="4" ;;
|
"p") txt[$i]="4" ;;
|
||||||
"-") txt[$i]="L" ;;
|
"-") txt[$i]="L" ;;
|
||||||
"L") txt[$i]="-" ;;
|
"L") txt[$i]="-" ;;
|
||||||
esac
|
esac
|
||||||
txtofus+="${txt[$i]}"
|
txtofus+="${txt[$i]}"
|
||||||
done
|
done
|
||||||
echo "$txtofus" | rev
|
echo "$txtofus" | rev
|
||||||
}
|
}
|
||||||
verificar_arq() {
|
verificar_arq() {
|
||||||
case $1 in
|
case $1 in
|
||||||
"menu.sh" | "message.txt") ARQ="${SCPdir}/" ;;
|
"menu.sh" | "message.txt") ARQ="${SCPdir}/" ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user