#!/bin/bash cd /home/condor # or wherever the sample scripts have been downloaded (cd /opt; ln -s condor-7.2.1 condor) cp condor /etc/init.d/. cp condor_config /opt/condor/etc/. cp condor_config.local /opt/condor/local.*/. chown -R condor:condor /opt/condor/local.* /opt/condor/etc/condor_config