mirror of https://gitlab.com/octtspacc/sitoctt
10 lines
274 B
Bash
Executable File
10 lines
274 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python3 ../staticoso/Source/Build.py \
|
|
--SiteName="sitoctt" \
|
|
--SiteDomain="http://sitoctt2fxjvx3lc2iqqef2aeulflprjaasv2xl4zi7sxxbmvjy5b5yd.onion" \
|
|
--SiteLang="it" \
|
|
--FolderRoots="{'*':''}" \
|
|
--ContextParts="{'Header':'Tor.html'}" \
|
|
--AutoCategories=True
|