Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
BookAlchemy
BookAlchemy
/
t
/
t7500
/
add-whitespaced-content
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
text
8 lines
76 Bytes
Copy permalink
Copy
Raw
1
#!/bin/sh
2
sed
-e
's/|$//'
>>
"
$1
"
<<
\
EOF
3
4
|
5
commit message |
6
7
EOF
8
exit
0