#!/bin/sh
BASE=$(dirname $0)
PATH="$PATH:$BASE/../../node_modules/.bin"
exec phantomjs --ignore-ssl-errors=true --ssl-protocol=any $@
