Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
cuddled-if-then-else.expect
Code
Commits
Pulls
CI/CD
81,972
jch
bisect
jch
maint
master
next
seen
test
todo
expect
6 lines
89 Bytes
Copy permalink
Copy
Raw
1
2 (if test -z ""; then
2
3 echo empty
3
4 else
4
5 echo bizzy
5
6 fi) &&
6
7 echo foobar