Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
nested-subshell.expect
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
expect
13 lines
147 Bytes
Copy permalink
Copy
Raw
1
2 (
2
3 cd foo &&
3
4 (
4
5 echo a &&
5
6 echo b
6
7 ) >file &&
7
8
8
9 cd foo &&
9
10 (
10
11 echo a ?!LINT: missing '&&'?!
11
12 echo b
12
13 ) >file
13
14 )