From: Silvio Rhatto Date: Sun, 7 Oct 2018 23:37:32 +0000 (-0300) Subject: Spoolpaste: minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=df143347be60ad7c33bc0a2b0775c9a2b5c4cf04;p=utils-x11.git Spoolpaste: minor fix --- diff --git a/spoolpaste b/spoolpaste index 2a37324..bc359e0 100755 --- a/spoolpaste +++ b/spoolpaste @@ -22,7 +22,7 @@ if [ ! -z "$1" ]; then echo Set $SPOOL to "$*" else - echo -e "\n [...]\n" >> $SPOOL + echo -e "\n\n [...]\n" >> $SPOOL xclip -o | sed -e 's/^\([^ ]\)/ \1/' >> $SPOOL truncated="$(xclip -o | tr '"' "'" | tr '\n' ' ' | cut -c 1-30)..."