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