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