From 5e13eb48b17a4a7440c3fc9de5d292b059eec16d Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 27 Sep 2012 00:14:22 +1000 Subject: The rest of the article files for testing specific commands --- Test/timer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/timer.sh') diff --git a/Test/timer.sh b/Test/timer.sh index 637b80a..c95aff5 100644 --- a/Test/timer.sh +++ b/Test/timer.sh @@ -1,6 +1,6 @@ #!/bin/bash -for i in (1..1000) +for i in {1..1000} do - $1 $2 + $1 $2 > /dev/null done -- cgit