"files_old/scan_gvm_library.py" did not exist on "5fee1c396715dc06866f09463f44bdf65afa707c"
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