#!/bin/sh
bindir=$(dirname "$0")
exec "$bindir/netconf-console" --proto=tcp --port=2023 "$@"
