#!/bin/sh

APP_DIR=`dirname "$0"`
APP_DIR=`cd "$APP_DIR";pwd`

exec "$APP_DIR/lincvs.bin" "$@"
