- Fix saldo pendente - aggiunto bottone markup Telegram - aggionta opzione per registrarsi direttamente su Telegram, senza doversi registrare ad un sito
23 lines
330 B
Bash
Executable File
23 lines
330 B
Bash
Executable File
#!/bin/bash
|
|
|
|
site=fioredellavita.riso.app
|
|
|
|
if [ -d "__freeplanet.app" ]; then
|
|
rmdir __freeplanet.app
|
|
fi
|
|
|
|
if [ -d "__riso.app" ]; then
|
|
rmdir __riso.app
|
|
fi
|
|
|
|
if [ -d "__insiemesipuo.app" ]; then
|
|
rmdir __insiemesipuo.app
|
|
fi
|
|
|
|
if [ -d "__popolodelnuovomondo.app" ]; then
|
|
rmdir __popolodelnuovomondo.app
|
|
fi
|
|
|
|
|
|
source __termine.sh
|