mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-12 22:51:01 +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
|
||||
|
||||
rm -rf ./Output.tmp || true
|
||||
|
||||
# Export all tiddlers from the specific path of the HTML wiki
|
||||
tiddlywiki \
|
||||
./Wiki-OcttKB \
|
||||
--verbose \
|
||||
--load ./public/index.html \
|
||||
--output ./Output.tmp \
|
||||
--save "[prefix[$:/OcttKB/Repo/]]"
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
sh ./OcttKB.EmptyDate.sh
|
||||
sh ./SetupGitProfile.sh
|
||||
|
||||
rm -rf ./Output.tmp || true
|
||||
|
||||
tiddlywiki \
|
||||
./Wiki-OcttKB \
|
||||
--verbose \
|
||||
|
Loading…
x
Reference in New Issue
Block a user