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