#!/bin/sh

#package app
node "$(dirname "$0")/lib/build" "$@"

