view unixSoft/bin/afpaste @ 450:8b6bc53652f7

hgrc: replace unstable() with orphan()
author Augie Fackler <raf@durin42.com>
date Mon, 19 Mar 2018 13:15:22 -0400 (2018-03-19)
parents b5178986dcbb
children
line wrap: on
line source
#!/bin/sh
if [ `uname` = Darwin ] ; then
  pbpaste
else
  xclip -selection clipboard -out
fi