mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-28 04:19:56 +00:00
6 lines
58 B
Bash
6 lines
58 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# run TiddlyWiki5
|
||
|
|
||
|
node core/boot.js || exit 1
|