mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 20:24:48 +00:00
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");
|