зеркало из https://github.com/microsoft/git.git
9 строки
76 B
Plaintext
9 строки
76 B
Plaintext
|
#!/bin/sh
|
||
|
sed -e 's/|$//' >>"$1" <<\EOF
|
||
|
|
||
|
|
|
||
|
commit message |
|
||
|
|
||
|
EOF
|
||
|
exit 0
|