From ef81889c1eccb08acc27d47c9df652541134e3db Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 6 Mar 2014 18:17:15 +1100 Subject: Getting remote and local repos sync'd --- Test/timer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/timer.sh') diff --git a/Test/timer.sh b/Test/timer.sh index c95aff5..2a1e7c3 100644 --- a/Test/timer.sh +++ b/Test/timer.sh @@ -1,6 +1,6 @@ #!/bin/bash -for i in {1..1000} +for i in {1..1} do $1 $2 > /dev/null done -- cgit