#!/bin/sh [ "$1" = "-p" ] && i='primary' j='-b' if [ "$WAYLAND_DISPLAY" ] then wl-copy -n $i else xsel $j fi