Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t7500
/
add-signed-off
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
text
3 lines
63 Bytes
Copy permalink
Copy
Raw
1
#!/bin/sh
2
echo
"Signed-off-by: foo <bar@frotz>"
>>
"
$1
"
3
exit
0