#!/bin/bash

browserify index.js -o browser/privsec.js
ls test/test.* | xargs browserify -o browser/tests.js
