Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t7500
/
add-comments
Code
Commits
Pulls
CI/CD
81,348
maint
bisect
jch
maint
master
next
seen
test
todo
text
4 lines
88 Bytes
Copy permalink
Copy
Raw
1
#!/bin/sh
2
echo
"# this is a new comment"
>>
"
$1
"
3
echo
"# and so is this"
>>
"
$1
"
4
exit
0