diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-03-06 18:17:15 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-03-06 18:17:15 +1100 |
commit | ef81889c1eccb08acc27d47c9df652541134e3db (patch) | |
tree | ce3d1350cf8ad5256b8cb94a0ce6f6df5dce61c3 /Test | |
parent | 93dcd8b68c0b9d3ecb5cb2352b11c3a9b362f1d9 (diff) |
Getting remote and local repos sync'd
Diffstat (limited to 'Test')
-rw-r--r-- | Test/name.art | 2 | ||||
-rw-r--r-- | Test/timer.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 |