Sign in
googlers
/
jrn
/
git
/
8b68b48d5cafbd9c7fad622cdb3eed0dc77fc473
/
.
/
t
/
t7500
/
add-content-and-comment
blob: c4dccff13acf4252876e3720efe8f9e77266ddc6 [
file
] [
log
] [
blame
]
#!/bin/sh
echo
"commit message"
>>
"$1"
echo
"# comment"
>>
"$1"
exit
0