one bin to rule them all
Este cometimento está contido em:
ascendente
290d192bc9
cometimento
4210243c35
12
bin/telebit.js
Ficheiro normal
12
bin/telebit.js
Ficheiro normal
@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
|
(function () {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
// node telebit daemon arg1 arg2
|
||||||
|
if ('daemon' === process.argv[3]) {
|
||||||
|
require('./telebitd.js');
|
||||||
|
} else {
|
||||||
|
require('./telebit-remote.js');
|
||||||
|
}
|
||||||
|
|
||||||
|
}());
|
||||||
Carregando…
x
Criar uma nova questão referindo esta
Bloquear um utilizador