Ticket #696: test.sh

File test.sh, 123 bytes (added by miningbrownie, 13 years ago)
Line 
1#!/bin/bash
2
3rm test.pid
4php ./SC_Query.test.php &
5sleep 1
6for (( i=0 ; i<20 ; i++))
7do
8php ./SC_Query.test.php &
9done;
10