From f8e892ba707a1af9ee38f97d41ca8d93b086fa0c Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 17 Sep 2016 00:58:28 -0400 Subject: Add pbcopy and pbpaste using pbd --- .bin/pbcopy | 1 + 1 file changed, 1 insertion(+) create mode 100755 .bin/pbcopy (limited to '.bin/pbcopy') diff --git a/.bin/pbcopy b/.bin/pbcopy new file mode 100755 index 00000000..925e098e --- /dev/null +++ b/.bin/pbcopy @@ -0,0 +1 @@ +exec nc localhost 7062 > /dev/null -- cgit 1.4.1