#!/bin/sh

gopherjs build -o index.js || exit 1

node testmain.js || exit 1
