t / t7500 / add-content-and-commenton commit Merge branch 'bb/unicode-12.1-reiwa' (3dc47c4)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5