1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-18 18:29:42 +00:00
TiddlyWiki5/rabbithole/tw5.com/bld.sh
2012-05-04 17:47:12 +01:00

15 lines
256 B
Bash
Executable File

#!/bin/sh
# build TiddlyWiki5
# create a temporary directory if it doesn't already exist
mkdir -p tmp
mkdir -p tmp/tw5
# cook TiddlyWiki5
node ../../tiddlywiki.js \
--recipe $PWD/tw5.com.recipe \
--store tiddlers \
--savewiki ../tmp/tw5 \
|| exit 1