t / t7500 / add-content-and-commenton commit l10n: git.pot: v1.8.2 round 4 (1 changed) (ed1ddaf)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5