#!/bin/sh

DIR=`dirname $0`
exec $DIR/source/client "$@"
