Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Browse Source
View Tickets
Search
Timeline
Roadmap
Context Navigation
Back to Ticket #696
Ticket #696
: test.sh
File test.sh,
123 bytes
(added by miningbrownie,
13 years
ago)
Line
1
#!/bin/bash
2
3
rm test.pid
4
php ./SC_Query.test.php &
5
sleep 1
6
for (( i=0 ; i<20 ; i++))
7
do
8
php ./SC_Query.test.php &
9
done;
10
Download in other formats:
Original Format