mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 14:54:51 +00:00
fa67259d6d
We don't want it in the browser
8 lines
147 B
JavaScript
Executable File
8 lines
147 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
/*
|
|
This is invoked as a shell script by NPM when the `tiddlywiki` command is typed
|
|
*/
|
|
|
|
var tiddlywiki = require("./boot.js");
|