Skip to content

Commit

Permalink
Remove linebreaks from base64's output
Browse files Browse the repository at this point in the history
  • Loading branch information
dimo414 committed Jul 23, 2023
1 parent 9234d12 commit a71691c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ cdtmp() {
# See also https://github.com/topaz/paste
pastebin() {
printf 'https://topaz.github.io/paste/#'
lzma -c | base64
lzma -c | base64 -w0
echo
}

#
Expand Down

0 comments on commit a71691c

Please sign in to comment.