index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t7500
/
add-comments
blob: a72e65c8910f71b8ea562ef5ed641c54fbd89a8e (
plain
) (
blame
)
1
2
3
4
#!/bin/sh echo "# this is a new comment" >> "$1" echo "# and so is this" >> "$1" exit 0