Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
141 Kevin 1
#!/bin/bash
2
 
3
clear
4
for i in {1..17}
5
do
6
   ./quicksort -q -s 42 -n $1 -d $i 300000000 | grep -A 1 "Using"
7
done