view unixSoft/bin/afpaste @ 462:fff281929b47

shrc: set HGPLAIN in prompt scaffolding
author Augie Fackler <raf@durin42.com>
date Thu, 02 Aug 2018 14:09:02 -0400
parents b5178986dcbb
children
line wrap: on
line source

#!/bin/sh
if [ `uname` = Darwin ] ; then
  pbpaste
else
  xclip -selection clipboard -out
fi