mirror of https://gitlab.com/octtspacc/OcttKB
Update file Bootstrap.sh
This commit is contained in:
parent
0777cc6641
commit
b4cc871e2e
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -rf ./Output.tmp || true
|
||||
# Ensure some important directories
|
||||
mkdir -vp ./Repo
|
||||
rm -rf ./Repo.tmp ./Output.tmp || true
|
||||
|
||||
# Export all tiddlers from the specific path of the HTML wiki
|
||||
tiddlywiki \
|
||||
|
|
Loading…
Reference in New Issue