#! /bin/bash

# default libexecdir used to bootstrap scripts
libexecdir=${GLOBUS_LOCATION}/libexec

# load GRIS common code and initialization
. ${libexecdir}/grid-info-fs-common

#########################################################################

probe_resource_fs ()
{
    {

	_fs_count=0

	# run this in initialized subshell environment
	emit_resource_fs_descriptions
    }
}

#############
# do the work
probe_resource_fs
