#!/bin/sh

APP=feedback
MAILRC=${APPDIR}/etc/${DIST_PRODUCT}/feedback/.mailrc

export MAILRC

. usp-set-path

exec ${APP} ${1:+"$@"}
