Pagina copie sitoctt, aggiornamento pagina open source, + varie

This commit is contained in:
2024-12-01 22:21:13 +01:00
parent f84f935eca
commit edac8fb404
7 changed files with 76 additions and 8 deletions

5
Scripts/Build.Termux.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
cd "${swd}/.."
sh "${swd}/Build.sh" --noBuildLock serve
cd "${owd}"