Members, Circuits
This commit is contained in:
18
termina_arcadei.it
Executable file
18
termina_arcadei.it
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
site=arcadei.it
|
||||
|
||||
if [ -d "__freeplanet.app" ]; then
|
||||
rmdir __freeplanet.app
|
||||
fi
|
||||
|
||||
if [ -d "__insiemesipuo.app" ]; then
|
||||
rmdir __insiemesipuo.app
|
||||
fi
|
||||
|
||||
if [ -d "__popolodelnuovomondo.app" ]; then
|
||||
rmdir __popolodelnuovomondo.app
|
||||
fi
|
||||
|
||||
|
||||
source __termine.sh
|
||||
Reference in New Issue
Block a user