#!/bin/sh # # $Id: pc_cvsci_run,v 1.1 2008/05/25 15:43:19 brandenb Exp $ # # Script to adapt a new run directory, # start the job and check it in. # #---------------------------------------------------------- # name of the new run directory # newrun=eps$1 # # set up new run directory by modifying an existing one, # using the executable in it. # cd $newrun cvsci_run #