https://github.com/git/git
Raw File
Tip revision: 42ce4c7930ff494136256554cbed730857084c70 authored by Johannes Schindelin on 12 February 2021, 14:49:55 UTC
Git 2.25.5
Tip revision: 42ce4c7
add-comments
#!/bin/sh
echo "# this is a new comment" >> "$1"
echo "# and so is this" >> "$1"
exit 0
back to top