t / t7500 / add-commentson commit Fixed text file auto-detection: treat EOF character 032 at the end of file as printable (f9dd4bf)
   1#!/bin/sh
   2echo "# this is a new comment" >> "$1"
   3echo "# and so is this" >> "$1"
   4exit 0