#!/bin/ksh

# Exec the executable.
exec /usr/local/bin/$(basename $0) "$@"
