mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-15 15:10:30 -08:00
7 lines
152 B
JavaScript
Executable file
7 lines
152 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/boot.js");
|