mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
first
This commit is contained in:
parent
961d288ba7
commit
7682966671
1 changed files with 7 additions and 0 deletions
|
|
@ -636,3 +636,10 @@ CloudServer.sendResponse = function(pHead, pData,pName){
|
|||
};
|
||||
|
||||
CloudServer.start();
|
||||
process.argv.forEach(function (val, index, array){
|
||||
console.log(index + ': ' + val);
|
||||
});
|
||||
|
||||
var fs=require('fs');
|
||||
console.log(fs.readdirSync('/app'));
|
||||
exec('sh ls ',makeExecFunctoin());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue