1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-08 02:49:56 +00:00
TiddlyWiki5/rabbithole/run.sh

6 lines
113 B
Bash
Raw Normal View History

#!/bin/sh
# run TiddlyWiki5
2012-05-04 15:11:27 +00:00
node core/boot.js --verbose --wikitest ../test/wikitests/ --dump shadows || exit 1