2012-06-01 17:27:20 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# serve TiddlyWiki5 over HTTP
|
|
|
|
|
2013-02-09 17:08:19 +00:00
|
|
|
node ./tiddlywiki.js \
|
|
|
|
editions/tw5.com \
|
2012-06-01 17:27:20 +00:00
|
|
|
--verbose \
|
|
|
|
--server 8080 $:/core/templates/tiddlywiki5.template.html text/plain text/html \
|
|
|
|
|| exit 1
|