mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Agg. Devlog; Mod. interna
This commit is contained in:
17
Scripts/Profile.PC.sh
Executable file
17
Scripts/Profile.PC.sh
Executable file
@ -0,0 +1,17 @@
|
||||
#!/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 \
|
Reference in New Issue
Block a user