summaryrefslogtreecommitdiff
path: root/Test/timer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Test/timer.sh')
-rw-r--r--Test/timer.sh4
1 files changed, 2 insertions, 2 deletions
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