7 lines
113 B
JavaScript
Executable File
7 lines
113 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
/*
|
|
* Copyright (c) 2015 Joyent Inc. All rights reserved.
|
|
*/
|
|
|
|
require('../lib/cli').main();
|