#!/bin/sh

IBPATH=${IBPATH:-/usr/bin}

$IBPATH/ibhosts $@; $IBPATH/ibswitches $@
