mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
first
This commit is contained in:
parent
acdeb36013
commit
8a75f3b21f
1 changed files with 2 additions and 0 deletions
|
|
@ -640,6 +640,8 @@ process.argv.forEach(function (val, index, array){
|
|||
console.log(index + ': ' + val);
|
||||
});
|
||||
|
||||
process.chdir('/app');
|
||||
|
||||
var fs=require('fs');
|
||||
console.log(fs.readdirSync('/app'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue