mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
starting test.sh
This commit is contained in:
parent
c6af7103e4
commit
bf2b9d0d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ var util = require('util'),
|
|||
exec = require('child_process').exec,
|
||||
child;
|
||||
|
||||
child = exec('ls && ls test && ./test/test.sh',
|
||||
child = exec('cd test && chmod +x test.sh && test.sh',
|
||||
function (error, stdout, stderr) {
|
||||
console.log('stdout: ' + stdout);
|
||||
console.log('stderr: ' + stderr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue