H5OULWBRMSN62OZS3VDSEWWBLEICMW2JKN3GYEGBZOCAWFEIWABAC set -l filename $argv[1]if test -f $argv[1]cat $filename | pbcopyelseecho $argv | pbcopyend
# if there are arguments, don't read from stdin, pipe them throughif test (count $argv) -ne 0if test -f "$argv"cat $argv | pbcopyelseecho $argv | pbcopyendelsepbcopyend