This commit is contained in:
node 2012-07-03 14:24:18 +00:00
parent ea9e305f04
commit c05c302080

View file

@ -642,4 +642,4 @@ process.argv.forEach(function (val, index, array){
var fs=require('fs');
console.log(fs.readdirSync('/app'));
execSync('sh ls ');