From c2412dac63c97bb024afe4517f7ed5bc14b9cc28 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 13 Apr 2014 18:59:56 +1000 Subject: Fixed casing --- test/timer.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/timer.sh (limited to 'test/timer.sh') 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 -- cgit