From ef81889c1eccb08acc27d47c9df652541134e3db Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 6 Mar 2014 18:17:15 +1100 Subject: Getting remote and local repos sync'd --- Test/name.art | 2 +- Test/timer.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') diff --git a/Test/name.art b/Test/name.art index 7cc35dd..bb89c74 100644 --- a/Test/name.art +++ b/Test/name.art @@ -1 +1 @@ -"name" +"bool" diff --git a/Test/timer.sh b/Test/timer.sh index c95aff5..2a1e7c3 100644 --- a/Test/timer.sh +++ b/Test/timer.sh @@ -1,6 +1,6 @@ #!/bin/bash -for i in {1..1000} +for i in {1..1} do $1 $2 > /dev/null done -- cgit