#!/bin/bash
cd /nfs/gm2/data1/dlr10/g-2/mytest/efield_pitch_config_35us_start/config_001
DESTINATION_DIR=${JOB_ID}
mkdir -p ${DESTINATION_DIR}
/nfs/acc/user/dlr/development9_linux/g-2/softlink_lnx
ln -s /nfs/gm2/data1/dlr10/g-2/mytest/efield_pitch_config_35us_start/input.dat
ln -s /nfs/gm2/data1/dlr10/g-2/mytest/efield_pitch_config_35us_start/bmad_esquad_grid.
/nfs/acc/user/dlr/development9_linux/production/bin/g2_tracking > ${DESTINATION_DIR}/log.dat
