Sign in
googlers
/
jrn
/
git
/
d1471e061657c2e437076947e0e51a3c32adfa60
/
.
/
t
/
t7500
/
add-comments
blob: a72e65c8910f71b8ea562ef5ed641c54fbd89a8e [
file
] [
log
] [
blame
]
#!/bin/sh
echo
"# this is a new comment"
>>
"$1"
echo
"# and so is this"
>>
"$1"
exit
0