From 9305bb28ccecf716e5fa81c464d394bc19dbe15a Mon Sep 17 00:00:00 2001 From: BarbUk Date: Mon, 28 Oct 2019 15:08:28 +0400 Subject: [PATCH] Use long options in script --- snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippy b/snippy index 627ff6d..228cca7 100755 --- a/snippy +++ b/snippy @@ -223,7 +223,7 @@ run() { move_cursor "Left" $cursor_position # Restore current clipboard - echo -ne "$current_clipboard" | xsel -b --input + echo -ne "$current_clipboard" | xsel --clipboard --input } run