https://github.com/git/git
Raw File
Tip revision: af40944bda352190f05d22b7cb8fe88beb17f3a7 authored by Junio C Hamano on 05 November 2015, 20:20:34 UTC
Git 2.6.3
Tip revision: af40944
add-comments
#!/bin/sh
echo "# this is a new comment" >> "$1"
echo "# and so is this" >> "$1"
exit 0
back to top