From ee442870809ebfd9eefd8868314cafa5c001d925 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 6 Jan 2017 11:49:29 -0500 Subject: Implement pbcopy and pbpaste in C Ted Unangst broke my netcat implementation of pbpaste with this commit: , which, when /dev/null is attached to stdin, causes nc to exit and never read from the socket. Turns out the core functionality of netcat can be implemented in about 50 lines of C. --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index eba39dbe..3c0c5ed3 100755 --- a/install.sh +++ b/install.sh @@ -28,9 +28,8 @@ fi link .bin/jrp.c link .bin/manpager -link .bin/pbcopy +link .bin/pbcopy.c link .bin/pbd.c -link .bin/pbpaste link .bin/xx.c link .config/git/config link .config/git/ignore -- cgit 1.4.1