one bin to rule them all
Этот коммит содержится в:
родитель
290d192bc9
Коммит
4210243c35
12
bin/telebit.js
Обычный файл
12
bin/telebit.js
Обычный файл
@ -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');
|
||||
}
|
||||
|
||||
}());
|
Загрузка…
x
Ссылка в новой задаче
Block a user