Mercurial > dotfiles
view unixSoft/bin/afpaste @ 527:e69d3e15b1b7
prompt: xterm-ghostty is good too
| author | Augie Fackler <raf@durin42.com> |
|---|---|
| date | Mon, 06 Jan 2025 11:10:48 -0500 |
| parents | b5178986dcbb |
| children |
line wrap: on
line source
#!/bin/sh if [ `uname` = Darwin ] ; then pbpaste else xclip -selection clipboard -out fi
