Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t7500
/
add-content
Code
Commits
Pulls
CI/CD
81,972
jch
bisect
jch
maint
master
next
seen
test
todo
text
3 lines
47 Bytes
Copy permalink
Copy
Raw
1
#!/bin/sh
2
echo
"commit message"
>>
"
$1
"
3
exit
0