forked from Mirrors/doipjs
10 lines
185 B
JavaScript
Executable file
10 lines
185 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
'use strict';
|
|
|
|
/**
|
|
* This file remains for backwards compatibility only.
|
|
* Don't put stuff in this file.
|
|
* @see module:lib/cli
|
|
*/
|
|
|
|
require('../lib/cli').main();
|