https://github.com/git/git
Raw File
Tip revision: 31e0b2ca81ad985a8768c33c0aba547a51d05277 authored by Junio C Hamano on 23 February 2008, 19:31:04 UTC
GIT 1.5.4.3
Tip revision: 31e0b2c
add-comments
#!/bin/sh
echo "# this is a new comment" >> "$1"
echo "# and so is this" >> "$1"
exit 0
back to top