git/t/t7500/add-content-and-comment

#!/bin/sh
echo "commit message" >> "$1"
echo "# comment" >> "$1"
exit 0