From c6af7103e4e991bf917a4d3e180d7483c7e13ff6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 12 Jun 2012 13:50:33 +0000 Subject: [PATCH] adding test.sh --- test/test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/test.sh 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