mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-13 06:51:58 +02:00
Update 2 files
- /GitLab.Main.sh - /Bootstrap.sh
This commit is contained in:
parent
a9006db2dc
commit
0777cc6641
@ -1,9 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
rm -rf ./Output.tmp || true
|
||||||
|
|
||||||
# Export all tiddlers from the specific path of the HTML wiki
|
# Export all tiddlers from the specific path of the HTML wiki
|
||||||
tiddlywiki \
|
tiddlywiki \
|
||||||
|
./Wiki-OcttKB \
|
||||||
--verbose \
|
--verbose \
|
||||||
--load ./public/index.html \
|
|
||||||
--output ./Output.tmp \
|
--output ./Output.tmp \
|
||||||
--save "[prefix[$:/OcttKB/Repo/]]"
|
--save "[prefix[$:/OcttKB/Repo/]]"
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
sh ./OcttKB.EmptyDate.sh
|
sh ./OcttKB.EmptyDate.sh
|
||||||
sh ./SetupGitProfile.sh
|
sh ./SetupGitProfile.sh
|
||||||
|
|
||||||
|
rm -rf ./Output.tmp || true
|
||||||
|
|
||||||
tiddlywiki \
|
tiddlywiki \
|
||||||
./Wiki-OcttKB \
|
./Wiki-OcttKB \
|
||||||
--verbose \
|
--verbose \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user