#!/bin/bash . /root/.bashrc OUTPUT=/var/www/html/condor_status.txt echo -e " \n\n" >$OUTPUT echo -e "As of `date` \n">>$OUTPUT /opt/condor/bin/condor_status -submitters >>$OUTPUT /opt/condor/bin/condor_userprio -all >>$OUTPUT /opt/condor/bin/condor_status -run >>$OUTPUT