1#!/bin/sh 2echo "Signed-off-by: foo <bar@frotz>" >> "$1" 3exit 0
#!/bin/sh
echo "Signed-off-by: foo <bar@frotz>" >> "$1"
exit 0