"git@baltig.infn.it:SDDS/ar2018.git" did not exist on "fdb975979ac8514840ca4f8290fb67e44696e1e7"
Newer
Older

Daniele Belfiore
committed
#!/bin/bash
for i in {1..500}
do
python "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/ceilometer $1 $2

Daniele Belfiore
committed
#sleep `perl -e 'printf("%.2f\n", rand())'`
done
wait