summary refs log tree commit diff
path: root/.bin/pbd.c
diff options
context:
space:
mode:
Diffstat (limited to '.bin/pbd.c')
-rwxr-xr-x.bin/pbd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bin/pbd.c b/.bin/pbd.c
index fda7c941..b01f80c3 100755
--- a/.bin/pbd.c
+++ b/.bin/pbd.c
@@ -2,6 +2,8 @@
 exec cc -Wall -Wextra -pedantic $@ -o $(dirname $0)/pbd $0
 #endif
 
+// TCP server which pipes between macOS pbcopy and pbpaste.
+
 #include <err.h>
 #include <netinet/in.h>
 #include <stdint.h>