File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
staging_intervention/tests/specs Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ initialization:
6
6
id : start
7
7
- type : bash
8
8
runs : |
9
- declare -a names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
9
+ #!/bin/bash
10
+ names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
10
11
for name in "${names[@]}"; do
11
12
touch "$name.txt"
12
13
git add "$name.txt"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ initialization:
6
6
id : start
7
7
- type : bash
8
8
runs : |
9
+ #!/bin/bash
9
10
names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
10
11
for name in "${names[@]}"; do
11
12
touch "$name.txt"
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ initialization:
6
6
id : start
7
7
- type : bash
8
8
runs : |
9
- declare -a names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
9
+ #!/bin/bash
10
+ names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
10
11
for name in "${names[@]}"; do
11
12
touch "$name.txt"
12
13
git add "$name.txt"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ initialization:
6
6
id : start
7
7
- type : bash
8
8
runs : |
9
+ #!/bin/bash
9
10
declare -a names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
10
11
for name in "${names[@]}"; do
11
12
touch "$name.txt"
You can’t perform that action at this time.
0 commit comments