#!/bin/sh

IBPATH=${IBPATH:-/workspace/destdir/sbin}

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