UNPKG
fidoedit
Version:
latest (0.0.2)
0.0.2
0.0.1
FidoEdit: FGHI-compatible Fidonet editor.
github.com/Mithgol/fidoedit
Mithgol/fidoedit
fidoedit
/
fidoedit.js
10 lines
(9 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env node
require
(
'child_process'
).
spawn
(
require
(
'nw'
).
findpath
(), [
'.'
].
concat
( process.
argv
.
slice
(
2
) ), {
cwd
: __dirname,
stdio
:
'ignore'
} );