mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
5 lines
No EOL
182 B
Bash
5 lines
No EOL
182 B
Bash
#!/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 |