Sign in
code
/
git
/
6b51cb61812c11915dbcc1d6daeee60ac77297de
/
.
/
t
/
t7500
/
add-content
blob: 2fa3d86a108d1fc410d82173809066db0b32b062 [
file
] [
log
] [
blame
]
#!/bin/sh
echo
"commit message"
>>
"$1"
exit
0