bin: Add sponge to cbedit pipeline
This commit is contained in:
parent
ff89bf4d6b
commit
802f16b0ea
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ set -euo pipefail
|
||||||
# trailing newlines.
|
# trailing newlines.
|
||||||
#
|
#
|
||||||
# https://stackoverflow.com/a/7359879/2472163
|
# https://stackoverflow.com/a/7359879/2472163
|
||||||
cbpaste | vipe | sed -e :a -e '/^\n*$/{$d;N;};/\n$/ba' | cbcopy
|
cbpaste | vipe | sed -e :a -e '/^\n*$/{$d;N;};/\n$/ba' | sponge | cbcopy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue