1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 12:13:16 +00:00
TiddlyWiki5/serve.sh

10 lines
198 B
Bash
Raw Normal View History

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