Subir archivos a "/"
This commit is contained in:
parent
aac98972d4
commit
092f9379bb
32
gerar.sh
32
gerar.sh
@ -261,26 +261,26 @@ echo -e "-------------------------------------------------"
|
|||||||
|
|
||||||
ofusLTM() {
|
ofusLTM() {
|
||||||
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]="C" ;;
|
||||||
"v") txt[$i]="." ;;
|
"C") txt[$i]="." ;;
|
||||||
"1") txt[$i]="@" ;;
|
"3") txt[$i]="@" ;;
|
||||||
"@") txt[$i]="1" ;;
|
"@" ) txt[$i]="3" ;;
|
||||||
"2") txt[$i]="?" ;;
|
"4") txt[$i]="9" ;;
|
||||||
"?") txt[$i]="2" ;;
|
"9") txt[$i]="4" ;;
|
||||||
"4") txt[$i]="p" ;;
|
"6") txt[$i]="P" ;;
|
||||||
"p") txt[$i]="4" ;;
|
"P") txt[$i]="6" ;;
|
||||||
"-") txt[$i]="L" ;;
|
"L") txt[$i]="K" ;;
|
||||||
"L") txt[$i]="-" ;;
|
"K") txt[$i]="L" ;;
|
||||||
esac
|
esac
|
||||||
txtofus+="${txt[$i]}"
|
txtofus+="${txt[$i]}"
|
||||||
done
|
done
|
||||||
echo "$txtofus" | rev
|
echo "$txtofus" | rev
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -323,8 +323,8 @@ clear
|
|||||||
msg -bar3
|
msg -bar3
|
||||||
echo -e "\033[1;33mDescargando archivos... ESPERE "
|
echo -e "\033[1;33mDescargando archivos... ESPERE "
|
||||||
msg -bar3
|
msg -bar3
|
||||||
wget -q --no-check-certificate -O $HOME/files.tar https://www.dropbox.com/s/lfb8d895lts2kbx/file.tar
|
#wget -q --no-check-certificate -O $HOME/files.tar https://www.dropbox.com/s/lfb8d895lts2kbx/file.tar
|
||||||
#wget -q --no-check-certificate -O $HOME/files.tar https://darix.ooguy.com/darnix/Botcgh/raw/branch/main/source/file.tar
|
wget -q --no-check-certificate -O $HOME/files.tar https://darix.ooguy.com/darnix/Botcgh/raw/branch/main/source/file.tar
|
||||||
[[ -d $HOME/update ]] && rm -rf $HOME/update/* || mkdir $HOME/update
|
[[ -d $HOME/update ]] && rm -rf $HOME/update/* || mkdir $HOME/update
|
||||||
[[ -e $HOME/files.tar ]] && tar xpf $HOME/files.tar -C $HOME/update && rm -f $HOME/files.tar
|
[[ -e $HOME/files.tar ]] && tar xpf $HOME/files.tar -C $HOME/update && rm -f $HOME/files.tar
|
||||||
echo 999 > ${CIDdir}/limit
|
echo 999 > ${CIDdir}/limit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user