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-content-and-comment
blob: c4dccff13acf4252876e3720efe8f9e77266ddc6 (
plain
) (
blame
)
1
2
3
4
5
#!/bin/sh echo "commit message" >> "$1" echo "# comment" >> "$1" exit 0