#!/bin/csh -f # pbfilter # ----------------------------------------------------------------------------- # Shell script to run the specified filter on the paste buffer # ----------------------------------------------------------------------------- pbpaste | tr '\r' '\n' | $*:q | pbcopy