Code

f098555ec9f22986cd9e95a57c3a2a74dea8fb57
[gosa.git] / run_sqlite-check-concurrency.sh
1 #!/bin/bash
3 rm test.sqlite*
5 for (( i=1; $i <= 10; i++ ))
6 do
7         ./sqlite-check-concurrency.pl &
8 done