PiuCheBuono1

This commit is contained in:
Surya Paolo
2023-11-23 16:11:59 +01:00
parent cf6446ffc4
commit 59efb5c7af
2 changed files with 31 additions and 0 deletions

26
inizia_piuchebuono.app.sh Executable file
View File

@@ -0,0 +1,26 @@
#!/bin/bash
site=piuchebuono.app
if [ -d "__freeplanet.app" ]; then
rmdir __freeplanet.app
fi
if [ -d "__riso.app" ]; then
rmdir __riso.app
fi
if [ -d "__fioredellavita.riso.app" ]; then
rmdir __fioredellavita.riso.app
fi
if [ -d "__popolodelnuovomondo.app" ]; then
rmdir __popolodelnuovomondo.app
fi
if [ -d "__terradellavisione.app" ]; then
rmdir __terradellavisione.app
fi
source __inizia.sh

5
termina_piuchebuono.app.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
site=piuchebuono.app
source __termine.sh