#!/bin/sh

if [ -t 1 ]; then
	settitle "$(hostname): mtr $*"
fi

exec /usr/bin/mtr --show-ips "$@"
