mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 21:23:05 +00:00
feature(bin) cloudcmd -> cloudcmd.js
This commit is contained in:
parent
d5cc93a815
commit
ee0735601c
2 changed files with 1 additions and 1 deletions
12
bin/cloudcmd.js
Executable file
12
bin/cloudcmd.js
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
/* cloudcmd binary
|
||||
* usage: node cloudcmd
|
||||
*/
|
||||
(function(){
|
||||
'use strict';
|
||||
|
||||
require('../cloudcmd');
|
||||
|
||||
})();
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue