1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 03:03:18 +00:00
TiddlyWiki5/run.sh
2012-11-16 21:27:53 +00:00

17 lines
214 B
Bash
Executable File

#!/bin/bash
# run TiddlyWiki5
pushd editions/tw5.com > /dev/null
node ../../core/boot.js \
--verbose \
--wikitest ../../tests/wikitests/ \
|| exit 1
popd > /dev/null
# run jshint
jshint core
jshint plugins