diff options
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 |