#!/bin/sh

browserify main.js > bundle.js
open index.html
