summaryrefslogtreecommitdiff
path: root/Test/timer.sh
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2012-09-14 10:13:16 +1000
committerJed Barber <jjbarber@y7mail.com>2012-09-14 10:13:16 +1000
commitfac3f7ebeff93f427b768a55585b434ac74072ad (patch)
tree2f41fb080e64db4912c9aca9b356e9295b5a7eb3 /Test/timer.sh
parent84f2ee4a7653b47c4ddefd87c4482729d0272e6b (diff)
Test article files for specific commands
Diffstat (limited to 'Test/timer.sh')
-rw-r--r--Test/timer.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/timer.sh b/Test/timer.sh
new file mode 100644
index 0000000..637b80a
--- /dev/null
+++ b/Test/timer.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+for i in (1..1000)
+do
+ $1 $2
+done