Welcome to mirror list, hosted at ThFree Co, Russian Federation.

add-content-and-comment « t7500 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4dccff13acf4252876e3720efe8f9e77266ddc6 (plain)
1
2
3
4
5
#!/bin/sh
echo "commit message" >> "$1"
echo "# comment" >> "$1"
exit 0