one bin to rule them all
Este cometimento está contido em:
ascendente
170518d55a
cometimento
4870cd1ee0
12
bin/telebit.js
Ficheiro executável
12
bin/telebit.js
Ficheiro executável
@ -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