#!/bin/csh -f
cd jgofsdir
tar -cf dct.tar `find objects/$QUERY_STRING -name .remoteobjects -print`
echo "Content-type: text/plain"
echo ""
cat dct.tar
