cfg/bin/pbcopy

5 lines
71 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -euo pipefail
exec xclip -selection c -i "$@"