#!/bin/csh -f
#
/usr/etc/showmount -a themis.mit.edu | fgrep /u1/lockers/bert\
| awk -F":" '{print $1}' 
