#!/bin/sh
dir=`dirname "$0"`
exec "$dir"/kgdbmux -e telnet "$@"
