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

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