Warning, file /pilot2/pilot/test/resource/download_test_es_evgen.sh was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005 ABSOLUTE_DIR=/tmp/test_pilot2
0006 FILE=${ABSOLUTE_DIR}/EVNT.08716373._000060.pool.root.1
0007
0008 if [ -f $FILE ]; then
0009 echo "File $FILE exists."
0010 else
0011 export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
0012 source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
0013 source ${ATLAS_LOCAL_ROOT_BASE}/utilities/oldAliasSetup.sh rucio --skipConfirm --quiet
0014
0015 rucio download --dir $ABSOLUTE_DIR --no-subdir mc15_13TeV:EVNT.08716373._000060.pool.root.1
0016 fi