mirror of
https://github.com/git/git.git
synced 2024-11-02 15:28:21 +01:00
4 lines
47 B
Text
4 lines
47 B
Text
|
#!/bin/sh
|
||
|
echo "commit message" >> "$1"
|
||
|
exit 0
|