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