mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +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
|
||||
|
||||
# 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…
Reference in New Issue
Block a user