This commit is contained in:
node 2012-07-03 14:18:51 +00:00
parent 961d288ba7
commit 7682966671

View file

@ -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());