mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# run TiddlyWiki5
|
|
|
|
node ../core/boot.js --verbose --wikitest ../../test/wikitests/ --dump shadows || exit 1
|