view unixSoft/bin/afcopy @ 411:35eeea258489

emacs: import customize state
author Augie Fackler <raf@durin42.com>
date Mon, 01 Feb 2016 17:29:00 -0500
parents b5178986dcbb
children 4c5814d3cfd8
line wrap: on
line source

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