Code

Add type attribute to CopyPasteVars (#5601)
[gosa.git] / trunk / gosa-si / tests / 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