Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
command-substitution.expect
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
expect
9 lines
111 Bytes
Copy permalink
Copy
Raw
1
2 (
2
3 foo &&
3
4 bar=$(gobble) &&
4
5 baz
5
6 ) &&
6
7 (
7
8 bar=$(gobble blocks) ?!LINT: missing '&&'?!
8
9 baz
9
10 )