This commit is contained in:
node 2012-07-03 14:24:18 +00:00
parent 7ead6c5973
commit acdeb36013

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 ');