mirror of https://gitlab.com/octtspacc/OcttKB
[Manual] Try again
This commit is contained in:
parent
f21366c96d
commit
8a4f922f99
|
@ -1,8 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd ./public
|
||||
|
||||
tiddlywiki \
|
||||
--verbose \
|
||||
--load index.html \
|
||||
--output ./ \
|
||||
--rendertiddler $:/core/templates/static.template.css Style.css text/plain \
|
|
@ -1,8 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
URL="https://kb.octt.eu.org"
|
||||
|
||||
cd ./public
|
||||
|
||||
wget -O "-1.html" "$URL" || true
|
||||
wget -O "-2.html" "$URL/-1.html" || true
|
Loading…
Reference in New Issue