Sign in
code
/
git
/
e1d34f36ead7daf68fac21902bceaa30db7f4444
/
.
/
t
/
chainlint
/
bash-array.expect
blob: 435dc8bdc8505aff6275685c8352412d0fa792f2 [
file
] [
log
] [
blame
]
2
(
3
foo
&&
4
bar
=(
gumbo stumbo wumbo
)
&&
5
baz
6
)
&&
7
(
8
foo
&&
9
bar
=
$
{#
bar
[@]}
&&
10
baz
11
)