1 2 3 4 5 6
#!/bin/sh [ "$1" = "-p" ] && i='primary' j="-p" if [ "$WAYLAND_DISPLAY" ] then wl-paste -n "$1" else xsel -o ${j:--b} fi