#!/bin/sh
export RACK_SYSTEM_DIR=/usr/libexec/Rack2
LD_LIBRARY_PATH=${RACK_SYSTEM_DIR} exec ${RACK_SYSTEM_DIR}/Rack "$@"
