#!/bin/sh
export LD_LIBRARY_PATH=/usr/lib64/bareftp:$LD_LIBRARY_PATH
exec /usr/bin/mono /usr/lib64/bareftp/bareftp.exe $MONO_EXTRA_ARGS "$@"
