#!/bin/sh
# lockay wrapper for npm global install
DIR="$(cd "$(dirname "$0")" && pwd)"
exec "$DIR/../build/lockay" "$@"
