clipboard
a utility by the Bored Zo
=========

What it is
----------

clipboard is a command-line tool for getting and setting the clipboard.

	getting
		% clipboard
	setting
		% echo -n foo | clipboard
		  (copies 'foo' to the clipboard)

Downloads
---------

* Readme (HTML): clipboard.html
* Readme (Structure-Enhanced ASCII text): clipboard.etx
* C source code: clipboard.c
* Easy build script (Bourne shell script): buildit.sh

Credits
-------

* Landon Fuller: for pointing out fcntl to me

Last Modified
-------------
19 June 2003

URL
---
http://boredzo.fourx.org/clipboard/ 
