# shellcheck shell=dash

data="$(cat)"
[ -n "$data" ] || exit 0
printf "%s" "$data" | pbcopy

