1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 03:33:27 +00:00
TiddlyWiki5/run.sh

16 lines
184 B
Bash
Raw Normal View History

2012-06-01 17:27:33 +00:00
#!/bin/bash
# run TiddlyWiki5
2012-05-05 22:32:04 +00:00
pushd tw5.com > /dev/null
node ../core/boot.js \
--verbose \
--wikitest ../tests/wikitests/ \
|| exit 1
popd > /dev/null
2012-05-04 17:49:04 +00:00
# run jshint
2012-05-19 14:13:17 +00:00
jshint core