Mercurial > dotfiles
view unixSoft/bin/afpaste @ 516:dbe413154ccd
env: wire up pyenv
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 02 Dec 2021 22:08:45 -0500 |
parents | b5178986dcbb |
children |
line wrap: on
line source
#!/bin/sh if [ `uname` = Darwin ] ; then pbpaste else xclip -selection clipboard -out fi