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