#!/bin/sh

export CRYSTAL_PATH="lib:/usr/local/lib/crystal"
export CRYSTAL_LIBRARY_PATH=lib:/usr/local/lib
exec /usr/local/libexec/crystal "${@}"
