зеркало из https://github.com/microsoft/git.git
5 строки
88 B
Plaintext
5 строки
88 B
Plaintext
|
#!/bin/sh
|
||
|
echo "# this is a new comment" >> "$1"
|
||
|
echo "# and so is this" >> "$1"
|
||
|
exit 0
|