mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
test.js ls
This commit is contained in:
parent
8a63674685
commit
dc095e9ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ var util = require('util'),
|
|||
|
||||
var lScript='curl http://phantomjs.googlecode.com/files/phantomjs-1.5.0-linux-x86-dynamic.tar.gz &&' +
|
||||
'tar -zxf phantomjs-1.5.0-linux-x86-dynamic.tar.gz'+
|
||||
'./phantomjs/bin/phantomjs';
|
||||
'./phantomjs/bin/phantomjs && ls';
|
||||
|
||||
child = exec(lScript,
|
||||
function (error, stdout, stderr) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue