#!/bin/sh
export JAVA_HOME=/usr/java/latest
export CLASSPATH=/opt/d-cache/classes/cells.jar:/opt/d-cache/classes/dcache.jar 
/usr/bin/jython /srv/www/scripts/getAllMovers.py localhost 22223 admin /opt/d-cache/config/identity  > /srv/www/htdocs/dCache/allMovers_new.html
mv /srv/www/htdocs/dCache/allMovers_new.html /srv/www/htdocs/dCache/allMovers.html


