#!/bin/csh -f
set output = `zstat -h | grep "Remote Realm"`

exit $#output
