Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
for-loop-abbreviated.expect
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
expect
5 lines
98 Bytes
Copy permalink
Copy
Raw
1
2 for it
2
3 do
3
4 path=$(expr "$it" : ([^:]*)) &&
4
5 git update-index --add "$path" || exit
5
6 done