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