#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
c=$[$(tput cols)]
java -jar "$DIR/uniclient.jar" --term-width $c "$@"
