#!/bin/sh
set -e
nodejs -e "require('are-we-there-yet');"
