mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
adding test.sh
This commit is contained in:
parent
ab2a75da80
commit
c6af7103e4
1 changed files with 5 additions and 0 deletions
5
test/test.sh
Normal file
5
test/test.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
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
|
||||
node test.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue