view unixSoft/bin/afpaste @ 428:bd5b61866ef8

packages: drop a few emacs packages
author Augie Fackler <raf@durin42.com>
date Tue, 29 Nov 2016 14:06:50 -0500
parents b5178986dcbb
children
line wrap: on
line source

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