summaryrefslogtreecommitdiff
path: root/Test/timer.sh
diff options
context:
space:
mode:
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