Sign in
◑
Theme
code
/
git
/
9e6c1e91a3f06eec45f976ed3ff4e9f445cf7328
/
.
/
t
/
t7500
/
add-comments
blob: a72e65c8910f71b8ea562ef5ed641c54fbd89a8e [
file
]
#!/bin/sh
echo
"# this is a new comment"
>>
"$1"
echo
"# and so is this"
>>
"$1"
exit
0