#!/usr/bin/env sh
DIR=$(cd "$(dirname "$(readlink -f "$0")")" && pwd)
exec ${EZS_RUNTIME:-node} "$DIR/ezs.js" "$@"
