Sign in
googlers
/
jrn
/
git
/
8b68b48d5cafbd9c7fad622cdb3eed0dc77fc473
/
.
/
t
/
t7500
/
add-whitespaced-content
blob: ccf07c61a4e96ec9b806124c2ec4a9f769843f01 [
file
] [
log
] [
blame
]
#!/bin/sh
sed
-
e
's/|$//'
>>
"$1"
<<
\EOF
|
commit message
|
EOF
exit
0