Crombie Tools
interactive.sh
Go to the documentation of this file.
1 #! /bin/bash
2 
3 workdir=/scratch5/$USER/interactive/$(date +'%y%m%d_%H%M%S')
4 
5 if [ -d $workdir ]
6 then
7  echo "$workdir seems to exist"
8  exit 1
9 fi
10 
11 mkdir -p $workdir
12 
13 cp $CMSSW_BASE/condor.tgz $workdir
14 
15 echo "cd $workdir"
16 echo "$CROMBIEPATH/old/SubmitTools/condor/run.sh $1"