#!/bin/bash
cd /afs/psi.ch/user/f/follath_r/progs/eib/iocBoot/ioceib; 
pwd
caget -nounit -noname -nostat EIB:ron_hbn  | xargs -I {} Heydemann_1.py  {}'_0.dat'  &
caget -nounit -noname -nostat EIB:ron_hbn  | xargs -I {} Heydemann_1.py  {}'_1.dat'  &
caget -nounit -noname -nostat EIB:ron_hbn  | xargs -I {} Heydemann_1.py  {}'_2.dat'  &
caget -nounit -noname -nostat EIB:ron_hbn  | xargs -I {} Heydemann_1.py  {}'_3.dat'  &

#read
#args="'pwd;cd /afs/psi.ch/user/f/follath_r/progs/eib/iocBoot/ioceib; pwd;  caget -nounit -noname -nostat EIB:ron_hbn  | xargs -I {} Heydemann_1.py  {}'_1.dat'; read '&"
