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