1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-15 13:18:07 +00:00

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

11
bin/lazy.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# serve TiddlyWiki5 over HTTP with lazily loaded images
# Optional parameter is the username for signing edits
node ./tiddlywiki.js \
editions/server \
--verbose \
--server 8080 $:/core/save/lazy-images text/plain text/html $1 $2\
|| exit 1