#!/bin/sh

LD_LIBRARY_PATH="/usr/lib/wink:${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH

exec /usr/lib/wink/wink "${@}"
