diff options
| -rwxr-xr-x | run_test.sh | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/run_test.sh b/run_test.sh index 9ddba76..a0278d8 100755 --- a/run_test.sh +++ b/run_test.sh @@ -1,14 +1,14 @@ #!/bin/sh -exercises=( \ - /#divide/ \ - /#hello5/ \ - /#hello_x_times/ \ - /#string_plus/ \ - /#join_reverse_array/ \ - /#array_tack_join/ \ - /Table/ \ - /Table2#height_times2/ \ +exercises=( + /#divide/ + /#hello5/ + /#hello_x_times/ + /#string_plus/ + /#join_reverse_array/ + /#array_tack_join/ + /Table/ + /Table2#height_times2/ ) if [ $# -lt 1 ]; then |
