Sign in
googlers
/
jrn
/
git
/
668f2d53613ac8fd373926ebe219f2c29112d93e
/
.
/
t
/
chainlint
/
bash-array.expect
blob: c4a830d1c1d6df9ae72c1d5c7777ceb056383388 [
file
] [
log
] [
blame
]
Eric Sunshine
950079b
2018-07-11 02:46:42 -0400
[
diff
] [
blame
]
1
(
2
foo
&&
3
bar
=(
gumbo stumbo wumbo
)
&&
4
baz
5
>)
&&
6
(
7
foo
&&
8
bar
=
$
{#
bar
[@]}
&&
9
baz
10
>)