Merge commit 'refs/top-bases/t/girocco/readme' into t/girocco/readme
[git/gitweb.git] / t / t7500 / add-content-and-comment
blobc4dccff13acf4252876e3720efe8f9e77266ddc6
1 #!/bin/sh
2 echo "commit message" >> "$1"
3 echo "# comment" >> "$1"
4 exit 0