git/t/t7500/add-signed-off

4 lines
63 B
Bash
Executable File

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