mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-07 18:04:09 +00:00
Improved batch file layout
This commit is contained in:
parent
af7b69e778
commit
ced1ed1d01
6
tw5s.sh
6
tw5s.sh
@ -8,4 +8,8 @@ rm tmp/store/*.*
|
|||||||
cp tiddlywiki5/store/*.* tmp/store
|
cp tiddlywiki5/store/*.* tmp/store
|
||||||
|
|
||||||
# cook TiddlyWiki5
|
# cook TiddlyWiki5
|
||||||
node tiddlywiki.js --recipe $PWD/tiddlywiki5/tiddlywiki5.recipe --store tmp/store --servewiki 8080 || exit 1
|
node tiddlywiki.js \
|
||||||
|
--recipe $PWD/tiddlywiki5/tiddlywiki5.recipe \
|
||||||
|
--store tmp/store \
|
||||||
|
--servewiki 8080 \
|
||||||
|
|| exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user