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..2a1e7c3
--- /dev/null
+++ b/test/timer.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+for i in {1..1}
+do
+ $1 $2 > /dev/null
+done