This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/bin/clip
Daniel Flanagan 16895af798 Helpful bins
2019-12-05 16:09:52 -06:00

6 lines
164 B
Bash
Executable file

#!/usr/bin/env bash
xclip -selection primary
xclip -selection primary -out | xclip -selection clipboard
xclip -selection primary -out | xclip -selection secondary