Use long options in script

This commit is contained in:
BarbUk 2019-10-28 15:08:28 +04:00
parent a398357fb1
commit 9305bb28cc

2
snippy
View File

@ -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