summaryrefslogtreecommitdiff
path: root/Test/timer.sh
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2012-09-27 00:14:22 +1000
committerJed Barber <jjbarber@y7mail.com>2012-09-27 00:14:22 +1000
commit5e13eb48b17a4a7440c3fc9de5d292b059eec16d (patch)
treea936f91a2cc343ce7d2b68554c15c24bf8f660c0 /Test/timer.sh
parent9b50b48c1cf532e0ad6b79b41718e210835afa66 (diff)
The rest of the article files for testing specific commands
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