Child: [263e57] (diff)

Download this file

commit-msg    7 lines (5 with data), 84 Bytes

#!/bin/bash

grep '^Signed-off-by: ' $1 || {
    echo >&2 No Sign-off.
    exit 1
}