TiddlyWiki5/run.sh
2012-05-19 15:13:17 +01:00

15 lines
182 B
Bash
Executable file

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