Move scripts into bin directory

Fixes #807
This commit is contained in:
Jermolene
2014-09-08 16:32:32 +01:00
parent 1c1a5c7252
commit 6e9cd59437
33 changed files with 53 additions and 28 deletions

12
bin/ginsu.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
# Split the tiddlers out of a TiddlyWiki file
node ./tiddlywiki.js \
./editions/empty \
--verbose \
--load $1 \
--output tmp \
--rendertiddlers [!is[system]] $:/core/templates/tid-tiddler ginsu text/plain .tid \
--rendertiddler $:/core/templates/split-recipe ginsu/split.recipe text/plain \
|| exit 1