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