# shellcheck shell=dash

data="$(cat)"
[ -n "$data" ] || exit 0
printf "%s" "$data" | xclip -i -selection clipboard
