4 lines
92 B
Text
4 lines
92 B
Text
|
#!/bin/bash
|
||
|
|
||
|
xclip -selection c -o | sed "s/$(printf '\u200b').*//" | xclip -selection c -i
|