t / t7500 / add-commentson commit l10n: zh_CN: for git v2.19.0 l10n round 1 to 2 (c1ac525)
   1#!/bin/sh
   2echo "# this is a new comment" >> "$1"
   3echo "# and so is this" >> "$1"
   4exit 0