From fac3f7ebeff93f427b768a55585b434ac74072ad Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 14 Sep 2012 10:13:16 +1000 Subject: Test article files for specific commands --- 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..637b80a --- /dev/null +++ b/Test/timer.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +for i in (1..1000) +do + $1 $2 +done -- cgit