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:
66 id : start
77 - type : bash
88 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")
1011 for name in "${names[@]}"; do
1112 touch "$name.txt"
1213 git add "$name.txt"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ initialization:
66 id : start
77 - type : bash
88 runs : |
9+ #!/bin/bash
910 names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
1011 for name in "${names[@]}"; do
1112 touch "$name.txt"
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ initialization:
66 id : start
77 - type : bash
88 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")
1011 for name in "${names[@]}"; do
1112 touch "$name.txt"
1213 git add "$name.txt"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ initialization:
66 id : start
77 - type : bash
88 runs : |
9+ #!/bin/bash
910 declare -a names=("josh" "adam" "mary" "jane" "charlie" "kristen" "alice" "john")
1011 for name in "${names[@]}"; do
1112 touch "$name.txt"
You can’t perform that action at this time.
0 commit comments