Sign in
◑
Theme
code
/
git
/
5a5350940bd5407968b158c0059938fa5cc0860e
/
.
/
t
/
t7500
/
add-signed-off
blob: e1d856af6d8b59fed20e3beb272006612ba4e8a5 [
file
]
#!/bin/sh
echo
"Signed-off-by: foo <bar@frotz>"
>>
"$1"
exit
0