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