mirror of
https://github.com/git/git.git
synced 2025-01-10 09:33:43 +08:00
6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
echo "commit message" >> "$1"
|
||
|
echo "# comment" >> "$1"
|
||
|
exit 0
|
||
|
|