1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/serve.sh
2013-02-09 17:08:19 +00:00

10 lines
193 B
Bash
Executable File

#!/bin/bash
# serve TiddlyWiki5 over HTTP
node ./tiddlywiki.js \
editions/tw5.com \
--verbose \
--server 8080 $:/core/templates/tiddlywiki5.template.html text/plain text/html \
|| exit 1