mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-04-13 09:42:08 +02:00
18 lines
323 B
Bash
Executable File
18 lines
323 B
Bash
Executable File
#!/bin/sh
|
|
|
|
Time=time
|
|
|
|
source ./.env
|
|
python3 -m cProfile \
|
|
-s $Time \
|
|
../staticoso/Source/Build.py \
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io'}" \
|
|
--Minify="False" \
|
|
--DiffBuild="True" \
|
|
> /tmp/staticoso-$Time.txt
|
|
|
|
|
|
#--DiffBuild="True" \
|
|
#--GemtextOutput=True \
|