summaryrefslogtreecommitdiff
path: root/test/timer.sh
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-04-13 18:59:56 +1000
committerJed Barber <jjbarber@y7mail.com>2014-04-13 18:59:56 +1000
commitc2412dac63c97bb024afe4517f7ed5bc14b9cc28 (patch)
treeaa00f7c34d362c2507defe073291ace3c172981b /test/timer.sh
parent03d38eb3190eb5e51fb18847fe0792013285bde5 (diff)
Fixed casing
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