#!/bin/bash rm exo2 make for T in 1 2 4 6 8 10 12 do for N in 10 100 1000 10000 100000 do ./exo2 $N $T >> time.txt done done