mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 02:27:19 +00:00
d93bbbbe7b
See the readme for details
6 lines
58 B
Bash
Executable File
6 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# run TiddlyWiki5
|
|
|
|
node core/boot.js || exit 1
|