diff --git a/test/test.sh b/test/test.sh new file mode 100644 index 00000000..33fccbd2 --- /dev/null +++ b/test/test.sh @@ -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 \ No newline at end of file